Skip to content

Commit

Permalink
Fixed a mixed tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 13, 2024
1 parent 90f1dea commit 94ddacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/win32com/client/gencache.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def ForgetAboutTypelibInterface(typelib_ob):
)
)
# and drop any version redirects to it
# copy into a list to avoid size changing during iteration
# copy into a list to avoid size changing during iteration
for key in list(versionRedirectMap.keys()):
if key == info:
del versionRedirectMap[key]
Expand Down

0 comments on commit 94ddacb

Please sign in to comment.