You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyFlow does not generate exports for variables used only in shell arithmetic expressions. It is quite easily worked around, but still confusing. May be worth either documenting it, or fixing it somehow.
What are the steps to reproduce the bug?
loop_script="""for (( i = 0; i < NUM_ITER ; i++ )) ; do echo $idone"""pf.Task("loop", script=loop_script, variables={"NUM_ITER": 5})
Version
3.2.1
Platform (OS and architecture)
ECMWF HPC
Relevant log output
No response
Accompanying data
No response
Organisation
No response
The text was updated successfully, but these errors were encountered:
What happened?
PyFlow does not generate exports for variables used only in shell arithmetic expressions. It is quite easily worked around, but still confusing. May be worth either documenting it, or fixing it somehow.
What are the steps to reproduce the bug?
Version
3.2.1
Platform (OS and architecture)
ECMWF HPC
Relevant log output
No response
Accompanying data
No response
Organisation
No response
The text was updated successfully, but these errors were encountered: