mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
more launch fixes
This commit is contained in:
parent
653969e7b0
commit
8c8e057f70
@ -277,8 +277,12 @@ def pylint(projroot: Path, full: bool, fast: bool) -> None:
|
|||||||
# Note: even if we fail here, we still want to
|
# Note: even if we fail here, we still want to
|
||||||
# update our disk cache (since some lints may have passed).
|
# update our disk cache (since some lints may have passed).
|
||||||
print('Pylint failed.', flush=True)
|
print('Pylint failed.', flush=True)
|
||||||
import traceback
|
|
||||||
traceback.print_exc()
|
# Hmm; this can be handy sometimes; perhaps should add an env
|
||||||
|
# var to control it?
|
||||||
|
if bool(False):
|
||||||
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
cache.write()
|
cache.write()
|
||||||
sys.exit(255)
|
sys.exit(255)
|
||||||
print(f'Pylint: all {len(filenames)} files are passing.', flush=True)
|
print(f'Pylint: all {len(filenames)} files are passing.', flush=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user