commit | 464ea139c602971b41360f71bb6b1ac7ffe9ee71 | [log] [tgz] |
---|---|---|
author | Tseng, Yi <yi.tseng@intel.com> | Thu Jul 21 16:53:06 2022 -0700 |
committer | Tseng, Yi <yi.tseng@intel.com> | Thu Jul 21 16:53:06 2022 -0700 |
tree | 3fb7f7582bf2fa63c51a86c0a4b47208b32d3295 | |
parent | 83c298e489186ade0810e3507dc67402c2cb3527 [diff] |
Fix syntax error Change-Id: I046163dc7d441fa8aad8714af0e5caccf8252968
diff --git a/TestON/drivers/common/api/controller/onosrestdriver.py b/TestON/drivers/common/api/controller/onosrestdriver.py index 2a60ba1..8dcc669 100755 --- a/TestON/drivers/common/api/controller/onosrestdriver.py +++ b/TestON/drivers/common/api/controller/onosrestdriver.py
@@ -1645,7 +1645,7 @@ b = json.dumps( a ) return b elif response[ 0 ] == 404: - main.log.error( "Requested configuration doesn't exist: " + + main.log.error( "Requested configuration doesn't exist: %s: %s" % ( response[ 0 ], response[ 1 ] ) ) return {} else: