Skip to content

Commit 2fb92de

Browse files
committed
Ignore unknown arguments
1 parent c68f0c4 commit 2fb92de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def run():
273273
help="Increase logging output verbosity",
274274
default=0,
275275
)
276-
args = parser.parse_args()
276+
args, unknown = parser.parse_known_args()
277277

278278
security_config = get_security_config()
279279
# setup logging

0 commit comments

Comments
 (0)