Skip to content

PerfMonFlags: add dry_run option for decoding flags

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20221216T184831 into master

Add dry_run option to _decode_pmon_opts. This allows to re-use this method in the athena CLI instead of having to hard-code the allowed option values.

Also fix formatting of exception (Py2->Py3).

Merge request reports