Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Aug 21, 2024
1 parent 97c00c9 commit 0d27b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def entry_point(

# FIXME: This is a hack to shorten the kwargs string
for key in kwargs:
if Path(kwargs[key]).exists():
if Path(str(kwargs[key])).exists():
kwargs[key] = Path(kwargs[key]).name

kwargs_str = "_".join([f"{k}={v}" for k, v in kwargs.items()])
Expand Down

0 comments on commit 0d27b0f

Please sign in to comment.