mirror of
https://github.com/drasko/codezero.git
synced 2026-01-27 02:03:14 +01:00
Fixed a minor config issue + updated example cml files.
This commit is contained in:
@@ -97,7 +97,8 @@ def build_parse_options():
|
||||
exit()
|
||||
|
||||
# -f or -r or -n or -a implies -c
|
||||
if options.cml_file or options.ncont or options.arch or options.reset_config:
|
||||
if options.cml_file or options.ncont or options.arch or options.reset_config \
|
||||
or not os.path.exists(BUILDDIR):
|
||||
options.config = 1
|
||||
|
||||
return options, args
|
||||
|
||||
Reference in New Issue
Block a user