Skip to content

Commit defd86a

Browse files
authored
Update src/manage/pep514utils.py
1 parent 985f2c3 commit defd86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/manage/pep514utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def _is_tag_managed(company_key, tag_name, *, creating=False):
201201
except PermissionError:
202202
LOGGER.debug("Failed to rename %s to %s", orig_name, new_name,
203203
exc_info=True)
204+
# Continue, hopefully the next new_name is available
204205
except OSError:
205206
LOGGER.debug("Unexpected error while renaming %s to %s",
206207
orig_name, new_name, exc_info=True)

0 commit comments

Comments
 (0)