We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b144a2 commit d26621cCopy full SHA for d26621c
1 file changed
padre_sharp/util/util.py
@@ -71,7 +71,7 @@ def create_science_filename(
71
72
if level not in config["mission"]["valid_data_levels"]:
73
raise ValueError(
74
- f"Level, {level}, is not recognized. Must be one of {config["mission"]["valid_data_levels"]}."
+ f"Level, {level}, is not recognized. Must be one of {config['mission']['valid_data_levels']}."
75
)
76
# check that version is in the right format with three parts
77
if len(version.split(".")) != 3:
0 commit comments