Revision 8ca22fef lib/cli.py
b/lib/cli.py | ||
---|---|---|
2707 | 2707 |
src_path = None |
2708 | 2708 |
no_install = opts.no_install |
2709 | 2709 |
identify_defaults = False |
2710 |
compress = constants.IEC_NONE |
|
2710 | 2711 |
elif mode == constants.INSTANCE_IMPORT: |
2711 | 2712 |
start = False |
2712 | 2713 |
os_type = None |
... | ... | |
2715 | 2716 |
src_path = opts.src_dir |
2716 | 2717 |
no_install = None |
2717 | 2718 |
identify_defaults = opts.identify_defaults |
2719 |
compress = opts.compress |
|
2718 | 2720 |
else: |
2719 | 2721 |
raise errors.ProgrammerError("Invalid creation mode %s" % mode) |
2720 | 2722 |
|
... | ... | |
2740 | 2742 |
force_variant=force_variant, |
2741 | 2743 |
src_node=src_node, |
2742 | 2744 |
src_path=src_path, |
2745 |
compress=compress, |
|
2743 | 2746 |
tags=tags, |
2744 | 2747 |
no_install=no_install, |
2745 | 2748 |
identify_defaults=identify_defaults, |
Also available in: Unified diff