Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- February 16, 2014 at 10:13 am #18027ShavokParticipant
Hi
Apologies for the consecutive topic, but thought to start a new one due to the nature.
I’m working with the External Tools.
So for compiling the Python script I have the following setting:
But now I would like to do the same using the autopep8 package. However, simply replace the “python” portion of my argument doesn’t work. When doing so my result is literally the cmd.exe printing out the script (e.g. print “Hi”).
How best can I incorporate this package into the External Tools?
Thanks!
February 21, 2014 at 9:09 pm #18072ShavokParticipantI’ve found the solution – rather than getting too technical of having too many things in the “arguments” line, I used the following:
“/k autopep8 $(FilenameEx) “–in-place””Works like a charm!
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.