Open jamesfwood opened 8 months ago
Need to add code to error if image mode should be off.
Like this:
imgVariables = forge_tig_config.get('imgVariables') if imgVariables is not None and len(imgVariables) > 0: args.image = 'on'
Need to add code to error if image mode should be off.
Like this:
imgVariables = forge_tig_config.get('imgVariables') if imgVariables is not None and len(imgVariables) > 0: args.image = 'on'