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
This line contains a regex that will fail to parse arguments containing numbers. if not re.match(r"^--[a-zA-Z-]?=\S?$", arg):
Producing errors like:
ValueError: Parsing argument --tseg1-abr=127 failed.