Skip to content
Snippets Groups Projects
Commit cb57539f authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

syntax edit by black

parent 6f565ee4
No related branches found
No related tags found
No related merge requests found
Pipeline #23948 passed
...@@ -53,8 +53,8 @@ for lat_i in lat.lst: ...@@ -53,8 +53,8 @@ for lat_i in lat.lst:
err_comm_name = "MY_ERROR_COMMAND" err_comm_name = "MY_ERROR_COMMAND"
err_comm_typ = ( err_comm_typ = (
"ERROR_CAV_NCPL_STAT" "ERROR_CAV_NCPL_STAT" # I know it's redundant but we also need this for now...
) # I know it's redundant but we also need this for now... )
err_comm_para = [0, 0, 0, 0, 0, 0, 0, 0, 0] # This also works: err_comm_para=[0]*100 err_comm_para = [0, 0, 0, 0, 0, 0, 0, 0, 0] # This also works: err_comm_para=[0]*100
err_comm = lib_tw.ERROR_CAV_NCPL_STAT(err_comm_name, err_comm_typ, err_comm_para) err_comm = lib_tw.ERROR_CAV_NCPL_STAT(err_comm_name, err_comm_typ, err_comm_para)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment