Skip to content

Instantly share code, notes, and snippets.

@lukego
Created November 2, 2020 11:19
Show Gist options
  • Save lukego/ab690d9c9a3a5c1613b452dc77d762c6 to your computer and use it in GitHub Desktop.
Save lukego/ab690d9c9a3a5c1613b452dc77d762c6 to your computer and use it in GitHub Desktop.
[luke@thinky:~]$ sudo glasgow test
I: g.cli: testing applet None
Traceback (most recent call last):
File "/nix/store/x6ixnh5qhzhp9pz1qjy174wn9b426ipf-python3.8-glasgow-unstable-2020-06-29/bin/.glasgow-wrapped", line 9, in <module>
sys.exit(main())
File "/nix/store/x6ixnh5qhzhp9pz1qjy174wn9b426ipf-python3.8-glasgow-unstable-2020-06-29/lib/python3.8/site-packages/glasgow/cli.py", line 796, in main
exit(loop.run_until_complete(_main()))
File "/nix/store/346skv0d24rqnf4npknbp9h5bs14j8zy-python3-3.8.6/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/nix/store/x6ixnh5qhzhp9pz1qjy174wn9b426ipf-python3.8-glasgow-unstable-2020-06-29/lib/python3.8/site-packages/glasgow/cli.py", line 727, in _main
applet = GlasgowApplet.all_applets[args.applet]()
KeyError: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment