GENIUS-268: Disable BFD Greater than Neon
[integration/test.git] / tools / netconf_tools / getter.py
index cac22dd203f9cc01d5b71864ca43111ddbcd8378..7ef251b1170593bb222d118e2e884bdbb9ba9a06 100644 (file)
@@ -171,7 +171,7 @@ while request_count > 0:
     if len(responses) > 0:
         result = responses.popleft()
         if result[0] is None:
-            print "ERROR|" + result[1]+"|"
+            print "ERROR|" + result[1] + "|"
             break
         runtime = "%5.3f|%5.3f|%5.3f" % result[1]
         print "%03d|%s|%s|" % (result[0], runtime, result[2])