Tagged: , , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18027
    Shavok
    Participant

    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:
    Python Compiler

    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!

    #18072
    Shavok
    Participant

    I’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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.