I get the following when I run a simple workflow that only has this as the task
09/26/2018 15:41:42 - Initiating CPU and TMM memory for all F5 devices
09/26/2018 15:42:06 - Exception occured : Traceback (most recent call last):
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 85, in
tmm_mem=get_tmm_memory(ver)
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 54, in get_tmm_memory
tmm_mem=int(stdout.read())
ValueError: invalid literal for int() with base 10: b'3\n\n0\n\n\n'
09/26/2018 15:42:07 - CPU and TMM memory for all F5 devices Failed
I get the following when I run a simple workflow that only has this as the task
09/26/2018 15:41:42 - Initiating CPU and TMM memory for all F5 devices
09/26/2018 15:42:06 - Exception occured : Traceback (most recent call last):
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 85, in
tmm_mem=get_tmm_memory(ver)
File "/home/appviewx/AppViewX/properties/../vw/dependenciesscript_69146_5999294978690786.py", line 54, in get_tmm_memory
tmm_mem=int(stdout.read())
ValueError: invalid literal for int() with base 10: b'3\n\n0\n\n\n'
09/26/2018 15:42:07 - CPU and TMM memory for all F5 devices Failed