Skip to content
Snippets Groups Projects
Commit 1e990887 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Pass arguments when called directly

parent 45669e94
No related branches found
No related tags found
No related merge requests found
......@@ -68,5 +68,4 @@ def main(args) -> None:
if __name__ == '__main__':
args = parse_args()
main()
main(parse_args())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment