微调auto_port()

This commit is contained in:
g1879 2023-01-19 11:44:39 +08:00
parent 1b44dea669
commit 9e6534aa1c

View File

@ -390,6 +390,7 @@ class PortFinder(object):
try: try:
rmtree(path) rmtree(path)
return i, str(path)
except PermissionError: except PermissionError:
continue continue