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
One solution would be to specify the key without the = sign and either use regex with an optional = or strip leading = from the strings returned from splitting on the key.
The text was updated successfully, but these errors were encountered:
The full yaml dumps the PBS parsing returns payu environment variables from the command string that have
=
signs in the keyse.g
python run_summary.py -d --no_stats /home/157/amh157/payu/01deg_jra55v13_ryf9091
has this:The relevant code seems to be
https://github.com/aekiss/run_summary/blob/master/run_summary.py#L154-L161
One solution would be to specify the key without the
=
sign and either use regex with an optional=
or strip leading=
from the strings returned from splitting on the key.The text was updated successfully, but these errors were encountered: