Commit 36e4f201 by Tom Christie

Update runtests.py

parent af1a4bd6
......@@ -36,7 +36,7 @@ def isort_main(args):
ret = subprocess.call(['isort'] + args)
if ret:
print('isort failed: Fix by running `isort --recursive .`')
print('isort failed: Some modules have incorrectly ordered imports. Fix by running `isort --recursive .`')
else:
print('isort passed')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment