Skip to content

Commit

Permalink
Removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Apr 7, 2021
1 parent af631bf commit 2cc2a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snappy_pipeline/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def expand_ref(config_path, dict_data, lookup_paths=None, dict_class=OrderedDict
config_files = [] # config files (not URLs) read
for url in resolver.cache:
if url.startswith("file://"):
config_files.append(os.path.abspath(url[len("file://") :]))
dirname = os.path.dirname(url[len("file://") :])
config_files.append(os.path.abspath(url[len("file://"):]))
dirname = os.path.dirname(url[len("file://"):])
if not dirname:
dirname = "."
if dirname not in lookup_paths:
Expand Down

0 comments on commit 2cc2a0c

Please sign in to comment.