Skip to content

Commit

Permalink
remove extra whitespace to resolve pep8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 17, 2024
1 parent 5ce1724 commit 1b4bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def get_webbpsf_data_path(data_version_min=None, return_version=False):
path = path_from_config

path = Path(path)

# at minimum, the path must be a valid directory
if not path.is_dir():
raise IOError(f'WEBBPSF_PATH ({path}) is not a valid directory path!\n{MISSING_WEBBPSF_DATA_MESSAGE}')
Expand Down

0 comments on commit 1b4bef6

Please sign in to comment.