Some small fixes to warnings in python scripts

This commit is contained in:
unknown
2019-07-11 20:32:36 +05:30
parent 8a1dc8393a
commit f236b460e5
2 changed files with 4 additions and 6 deletions

View File

@@ -116,5 +116,3 @@ def find_msbuild_tools_path_reg():
return value
except (WindowsError, OSError):
return ''
return ''