Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed May 20, 2024
1 parent 24561fc commit 2695775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/dataconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def merge_files(self, files: Optional[List[str]] = None, **kwargs: Any) -> None:
elif files is not None:
# Proceed to merge specified by user.
if isinstance(files, str):
files = [files] # Cast to list if user forgot
files = [files] # Cast to list if user forgot.
files_to_merge = files
else:
# Raise error
Expand Down

0 comments on commit 2695775

Please sign in to comment.