mirror of
https://github.com/drasko/codezero.git
synced 2026-05-04 17:41:30 +02:00
Error in number of containers corrected
This commit is contained in:
@@ -23,7 +23,7 @@ def autogen_rules_file(options, args):
|
|||||||
|
|
||||||
# Prepare default if number of containers not supplied
|
# Prepare default if number of containers not supplied
|
||||||
if not options.ncont:
|
if not options.ncont:
|
||||||
options.ncont = 1
|
options.ncont = 4
|
||||||
print "Max container count not supplied (-n), using %d as default." % options.ncont
|
print "Max container count not supplied (-n), using %d as default." % options.ncont
|
||||||
|
|
||||||
return generate_container_cml(options.arch, options.ncont)
|
return generate_container_cml(options.arch, options.ncont)
|
||||||
|
|||||||
Reference in New Issue
Block a user