Commit 182d69af authored by GZhao's avatar GZhao
Browse files

pep8 again

parent 385a9b87
Pipeline #8269 failed with stage
in 0 seconds
......@@ -117,7 +117,7 @@ def check_and_update_fits_header(header):
header[keyword] = (header[keyword], dm_comment[keyword])
if has_unexpected_keywords and has_all_keywords: # if there is no other keywords, then use the default header model
for header_key, model_key in zip(header.keys(),dm_comment.keys()):
for header_key, model_key in zip(header.keys(), dm_comment.keys()):
if header_key != model_key:
print_warning(
f"Keyword {header_key} not correspond to {model_key}")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment