Fix and test for warning when creating project

This commit is contained in:
AlanCoding
2019-10-30 15:40:49 -04:00
parent 0dcf6a2b1f
commit f8b64f2222
2 changed files with 26 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ def main():
scm_clean=dict(type='bool', default=False),
scm_delete_on_update=dict(type='bool', default=False),
scm_update_on_launch=dict(type='bool', default=False),
scm_update_cache_timeout=dict(type='int', default=0),
scm_update_cache_timeout=dict(type='int'),
job_timeout=dict(type='int', default=0),
custom_virtualenv=dict(),
local_path=dict(),