rm_src_tmp,
source_dir, subdir[__BINARIES__]
)
- if product.woguiinst is not None: cmd += ' TRUE'
+ if product.woguiinst is not None and product.woguiinst != "": cmd += ' TRUE'
res = os.system(cmd)
rm_src_tmp = "FALSE"
pass
rm_src_tmp,
source_dir, subdir[__BINARIES__]
)
- if product.woguiinst is not None: cmd += ' TRUE'
+ if product.woguiinst is not None and product.woguiinst != "": cmd += ' TRUE'
res = os.system(cmd)
pass
pass