Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 16, 2024
1 parent 8041b3e commit 63cb488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gimera/patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _get_new_patchfilename(repo_yml):
if len(patchdirs) == 1:
patch_dir = patchdirs[0]
elif os.getenv("GIMERA_NON_INTERACTIVE") == "1":
subpath = repo_yml.path.replace("/", "_")
subpath = str(repo_yml.path).replace("/", "_")
patch_dir = f"patches.{subpath}"
else:
questions = [
Expand Down

0 comments on commit 63cb488

Please sign in to comment.