You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Docker installed along with an image of unibeautify/autopep8. When beautifying Python, I get an error stating autopep8 is not installed. From the looks of it, it's trying to go through the cmd line instead of running the docker image. There is an error before it says it could not find autopep8 that looks relevant.
10/12/2017 11:56:53 AM - ./Docker Executable [error]: TypeError: Cannot read property 'slice' of null
at Executable.parse [as versionParse] (executable.coffee [sm]:280)
at executable.coffee [sm]:51
at tryCatcher (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/util.js:16)
at Promise._settlePromiseFromHandler (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/promise.js:512)
at Promise._settlePromise (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/promise.js:569)
at Promise._settlePromiseCtx (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/promise.js:606)
at Async._drainQueue (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/async.js:138)
at Async._drainQueues (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/async.js:143)
at Async.drainQueues (/Users/stevenzeck/Desktop/Development/atom-beautify/node_modules/bluebird/js/release/async.js:17)
at process._tickCallback (internal/process/next_tick.js:103)
Input Before Beautification
This is what the code looked like before:
<INSERT CODE HERE>
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
<INSERT CODE HERE>
Steps to Reproduce
Install Docker along with the unibeautify/autopep8 image, restart Atom
Add Python code to Atom editor
Run command Atom Beautify: Beautify Editor
Errors
Debug
Here is a link to the debug.md Gist:
Checklist
I have:
Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
Reloaded (or restarted) Atom to ensure it is not a caching issue
Description
I have Docker installed along with an image of unibeautify/autopep8. When beautifying Python, I get an error stating autopep8 is not installed. From the looks of it, it's trying to go through the cmd line instead of running the docker image. There is an error before it says it could not find autopep8 that looks relevant.
Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist:Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: