Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Mar 4, 2021
1 parent 2d9d5fa commit edf1341
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ark/utils/io_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def validate_paths(paths, data_prefix=True):
raise ValueError(
f'The file/path, {pathlib.Path(path).name}, could not be found...')
else:
raise ValueError(
f'The path, {path}, is not prefixed with \'../data\'.\n'
f'Be sure to add all images/files/data to the \'data\' folder, '
f'and to reference as \'../data/path_to_data/myfile.tif\'')
raise ValueError(
f'The path, {path}, is not prefixed with \'../data\'.\n'
f'Be sure to add all images/files/data to the \'data\' folder, '
f'and to reference as \'../data/path_to_data/myfile.tif\'')


def list_files(dir_name, substrs=None, exact_match=False):
Expand Down

0 comments on commit edf1341

Please sign in to comment.