Skip to content

Commit

Permalink
Update runtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 29, 2015
1 parent af1a4bd commit 36e4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 36e4f20

Please sign in to comment.