Skip to content

Commit

Permalink
Run through black
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Dec 6, 2023
1 parent 7efee20 commit 6fccf68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/ctsm/machine_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
"cheyenne": MachineDefaults(
job_launcher_type=JOB_LAUNCHER_QSUB,
scratch_dir=os.path.join(os.path.sep, "glade", "scratch", get_user()),
baseline_dir=os.path.join(os.path.sep, "glade", "p", "cgd", "tss", "To_Be_Safely_Deleted", "ctsm_baselines"),
baseline_dir=os.path.join(
os.path.sep, "glade", "p", "cgd", "tss", "To_Be_Safely_Deleted", "ctsm_baselines"
),
account_required=True,
create_test_retry=0,
# NOTE(wjs, 2022-02-23) By default, use the regular queue, even for
Expand Down

0 comments on commit 6fccf68

Please sign in to comment.