diff options
author | unknown <numaanzaheerahmed@yahoo.com> | 2019-07-11 20:32:36 +0530 |
---|---|---|
committer | unknown <numaanzaheerahmed@yahoo.com> | 2019-07-11 22:26:04 +0530 |
commit | f236b460e56b1f83bfebb2c8c574f8ff2221955d (patch) | |
tree | e0175de8dad628a8c29abfb1f6f9c0cc05b4fbd4 /modules/mono/build_scripts | |
parent | 8a1dc8393a68be8dc17d74e8b2441d298eb42ded (diff) |
Some small fixes to warnings in python scripts
Diffstat (limited to 'modules/mono/build_scripts')
-rw-r--r-- | modules/mono/build_scripts/mono_reg_utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mono/build_scripts/mono_reg_utils.py b/modules/mono/build_scripts/mono_reg_utils.py index 583708bf07..b2c48f0a61 100644 --- a/modules/mono/build_scripts/mono_reg_utils.py +++ b/modules/mono/build_scripts/mono_reg_utils.py @@ -116,5 +116,3 @@ def find_msbuild_tools_path_reg(): return value except (WindowsError, OSError): return '' - - return '' |