[Tests] Fix code for isort 4.0.0

This commit is contained in:
bendikro 2015-07-16 00:09:49 +02:00 committed by Calum Lind
commit 9d662bf059
31 changed files with 44 additions and 14 deletions

View file

@ -200,9 +200,10 @@ class CleanPlugins(cmd.Command):
for path in glob.glob(plugin_path):
if os.path.exists(os.path.join(path, "setup.py")):
c = "cd " + path + "&& " + sys.executable + " setup.py clean"
c = "cd " + path + " && " + sys.executable + " setup.py clean"
if self.all:
c += " -a"
print("Calling '%s'" % c)
os.system(c)
# Delete the .eggs