We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e5365 commit 0fcedd7Copy full SHA for 0fcedd7
switch_model/wecc/get_inputs/cli.py
@@ -51,7 +51,7 @@ def main():
51
full_config = load_config()
52
switch_to_input_dir(full_config, overwrite=args.overwrite)
53
54
- if not args.post_process_only is None:
+ if not args.post_process_only and args.post_process_step is None:
55
query_db(full_config, skip_cf=args.skip_cf)
56
57
print("\nRunning post processing...")
0 commit comments