fix idgen.py's exception in window's python

This commit is contained in:
houzh 2023-09-15 08:09:53 +08:00
parent bd6c839a75
commit f09097ead6

View File

@ -233,4 +233,4 @@ if ( __name__ == "__main__"):
try:
os.remove(ftempids)
except OSError as e:
print("删除文件失败: {e}")
print("Remove File:{e}")