mirror of https://gitlab.com/bashrc2/epicyon
Use a file to enable debug mode
parent
faadca51b6
commit
e3971c1720
|
@ -514,6 +514,9 @@ args = parser.parse_args()
|
|||
debug = False
|
||||
if args.debug:
|
||||
debug = True
|
||||
else:
|
||||
if os.path.isfile('debug'):
|
||||
debug = True
|
||||
|
||||
if args.tests:
|
||||
runAllTests()
|
||||
|
|
Loading…
Reference in New Issue