Browse Source

[skip ci] master Syntax error

Mike Smith 11 years ago
parent
commit
30e0654d22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -288,7 +288,7 @@ class FrameworkTest:
     err_str = ""
     if jsonString is None or len(jsonString) == 0:
       err_str += "Empty Response"
-    else
+    else:
       try:
         json_load = json.loads(jsonString)
         if not isinstance(json_load, list):