podaac / hitide-backfill-tool

Apache License 2.0
1 stars 0 forks source link

Add check to fail if image mode should be off (like done with footprint check) #6

Open jamesfwood opened 8 months ago

jamesfwood commented 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'