Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaits committed Dec 17, 2024
1 parent 41a1be4 commit a9d1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/file_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def file_get_name(file_path: str,
file name combined from path, suffix and extension.
"""
if not file_path:
return ''
return None
if file_is_google_spreadsheet(file_path):
# Don't modify spreadsheets
return file_path
Expand Down

0 comments on commit a9d1b43

Please sign in to comment.