summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-cli/test_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cli/test_main.py b/test-cli/test_main.py
index 3034e77..1f2ff90 100644
--- a/test-cli/test_main.py
+++ b/test-cli/test_main.py
@@ -156,7 +156,7 @@ def main():
# flash non-volatile memory
resultmemory = 0
- if ("flashimagepath" in varlist and len(varlist["flashimagepath"]) > 0:
+ if "flashimagepath" in varlist and len(varlist["flashimagepath"]) > 0:
resultmemory = flash_memory(varlist["flashimagepath"])
psdbObj.create_task_result(globalVar.taskid_ctl, "FLASHMEMORY",
"TASK_OK" if resultmemory == 0 else "TASK_FAIL",