Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sanahabhimani committed Jan 31, 2024
1 parent a29d393 commit 8ea6c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hk/getdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def load_range(start, stop, fields=None, alias=None,
elif len(bases) == 0:
hk_logger.debug(f"No base folder found for {folder}, skipping")
continue

for file in sorted(os.listdir(base)):
if file.endswith('.yaml'):
continue
Expand Down

0 comments on commit 8ea6c8b

Please sign in to comment.