Skip to content

Commit

Permalink
Try return False
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Jan 17, 2025
1 parent 7fe8120 commit eda49a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/hist_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def _generate_baseline_impl(case, baseline_dir=None, allow_baseline_overwrite=Fa

if os.path.isdir(os.path.join(basegen_dir, testcase)):
if allow_baseline_skip:
return True, " Skipping"
return False, " Skipping"
if not allow_baseline_overwrite:
expect(False, " Cowardly refusing to overwrite existing baseline directory")

Expand Down

0 comments on commit eda49a9

Please sign in to comment.