We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7407078 commit cd669a0Copy full SHA for cd669a0
zulip_bots/zulip_bots/run.py
@@ -18,7 +18,7 @@
18
current_dir = os.path.dirname(os.path.abspath(__file__))
19
20
21
-def normalize_args()-> None:
+def normalize_args() -> None:
22
"""Replaces various dash variations in arguments with standard options."""
23
dash_variations = r"[\u002D\u2010\u2011\u2012\u2013\u2014\u2015]"
24
for i, arg in enumerate(sys.argv):
0 commit comments