Skip to content

Commit

Permalink
- add malformatted py file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Dec 19, 2023
1 parent 04d7c3d commit 5e38889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ereg/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def registration_function(
float: The structural similarity index.
"""
if isinstance(config_file, str):
assert os.path.isfile(config_file), "Config file does not exist."
assert os.path.isfile(config_file), 'Config file does not exist.'
elif isinstance(config_file, dict):
pass
else:
Expand Down

0 comments on commit 5e38889

Please sign in to comment.