mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-18 04:20:53 +03:00
Update runtests.py
This commit is contained in:
parent
af1a4bd683
commit
36e4f20111
|
@ -36,7 +36,7 @@ def isort_main(args):
|
||||||
ret = subprocess.call(['isort'] + args)
|
ret = subprocess.call(['isort'] + args)
|
||||||
|
|
||||||
if ret:
|
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:
|
else:
|
||||||
print('isort passed')
|
print('isort passed')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user