Skip to content

Commit 8b71f35

Browse files
committed
. r use or ""
1 parent 26dd035 commit 8b71f35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal_documentation/scripts/generate_diff_reporters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def class_name(self) -> str:
3131

3232

3333
def parse_extra_args(arguments: str) -> List[str]:
34-
return arguments.split() if arguments else []
34+
return (arguments or "").split()
3535

3636

3737
def normalize_path(path: str) -> str:

0 commit comments

Comments
 (0)