diff options
author | Jose <jose@zeroc.com> | 2017-06-14 09:44:18 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-14 09:44:18 +0200 |
commit | 1ffc76287d0b511fd22bdf4f743626263af314fe (patch) | |
tree | 1b08a897cf51dcd72915b2389a47e6afd4f73587 /scripts/Util.py | |
parent | Improved timeout test reliability and fixed Ice/slicing/exceptions test to no... (diff) | |
download | ice-1ffc76287d0b511fd22bdf4f743626263af314fe.tar.bz2 ice-1ffc76287d0b511fd22bdf4f743626263af314fe.tar.xz ice-1ffc76287d0b511fd22bdf4f743626263af314fe.zip |
minor fix
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 43edc6642f8..27a229a0a11 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -2920,7 +2920,7 @@ class CSharpMapping(Mapping): "bzip2.{0}.1.0.6.9".format(platform.getPlatformToolset()), "build", "native", "bin", "x64", "Release") assembliesDir = os.path.join(current.driver.getIceDir(self, current), "Assemblies") - return { "DEVPATH" : assembliesDir, "PATH" : bzip2 }; + return { "DEVPATH" : assembliesDir, "PATH" : bzip2 } def getDefaultSource(self, processType): return { |