Skip to content
Snippets Groups Projects
Commit d5506897 authored by Jan Doskočil's avatar Jan Doskočil Committed by Daniel Salzman
Browse files

knot_exporter: opt parser bugfix for older python versions

parent c12865ea
Branches
No related merge requests found
Pipeline #133087 passed with stages
in 14 minutes and 53 seconds
......@@ -231,6 +231,7 @@ def main():
parser.add_argument(
"--no-zone-timers",
action='store_const',
const=None,
help="supported for compatibility reasons; no effect",
# deprecated=True # in python >=3.13
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment