Commit a9d4b74c by BoxuanXu

Edit Wrong code

1 parent aeec2f94
Showing with 1 additions and 1 deletions
......@@ -138,10 +138,10 @@ def get_info_from_queue(arg):
if params_name is None or graph_name is None:
logging.info("get wrong params file")
return_flag = "FALSE"
else:
stmodel_fid = upload_filetoFastDFS(params_name, graph_name,seetanet_model)
stmodel_fid = "fidtest.data"
if stmodel_fid is None:
logging.info("upload filed")
return_flag = "FALSE"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!