Skip to content

Commit d26621c

Browse files
committed
Fix python version issue
1 parent 9b144a2 commit d26621c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

padre_sharp/util/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def create_science_filename(
7171

7272
if level not in config["mission"]["valid_data_levels"]:
7373
raise ValueError(
74-
f"Level, {level}, is not recognized. Must be one of {config["mission"]["valid_data_levels"]}."
74+
f"Level, {level}, is not recognized. Must be one of {config['mission']['valid_data_levels']}."
7575
)
7676
# check that version is in the right format with three parts
7777
if len(version.split(".")) != 3:

0 commit comments

Comments
 (0)