diff options
Diffstat (limited to 'py/test/Ice/operations/Server.py')
-rwxr-xr-x | py/test/Ice/operations/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Server.py b/py/test/Ice/operations/Server.py index 59e13d97cea..678acc63487 100755 --- a/py/test/Ice/operations/Server.py +++ b/py/test/Ice/operations/Server.py @@ -15,7 +15,7 @@ if not slice_dir: print sys.argv[0] + ': Slice directory not found.' sys.exit(1) -Ice.loadSlice('-I' + slice_dir + ' Test.ice') +Ice.loadSlice('"-I' + slice_dir + '" Test.ice') import Test, TestI def run(args, communicator): |