Skip to content

Commit

Permalink
Linting update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdoel committed Oct 10, 2024
1 parent f00861f commit e245739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drc_containers/xnat_utils/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def string_to_list(arg: str) -> list[str]:
Returns:
list of strings extracted from the input string
"""
return [a for a in re.split(r'[;,\s]+', arg) if a]
return [a for a in re.split(r"[;,\s]+", arg) if a]

0 comments on commit e245739

Please sign in to comment.