Browse Source

[ci skip]

Removed semicolons from previous commit.
James Yen 11 years ago
parent
commit
b0dc6fed2b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      toolset/setup/linux/setup_util.py

+ 3 - 3
toolset/setup/linux/setup_util.py

@@ -23,7 +23,7 @@ def replace_environ(config=None, root=None, print_result=False, command='true'):
 
 
     if platform.system().lower() == 'windows':
     if platform.system().lower() == 'windows':
 
 
-        pass;
+        pass
 
 
     else:
     else:
     
     
@@ -69,8 +69,8 @@ def get_fwroot():
 
 
     if platform.system().lower() == 'windows':
     if platform.system().lower() == 'windows':
 
 
-        fwroot = "C:\FrameworkBenchmarks";
-        return fwroot;
+        fwroot = "C:\FrameworkBenchmarks"
+        return fwroot
 
 
     else:
     else: