Skip to content

Instantly share code, notes, and snippets.

@Strykar
Created January 27, 2020 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Strykar/874b611bfefe7c9847ea3aac5d4f5209 to your computer and use it in GitHub Desktop.
Save Strykar/874b611bfefe7c9847ea3aac5d4f5209 to your computer and use it in GitHub Desktop.
~ aur-auto-vote Strykar
Password:
Traceback (most recent call last):
File "/usr/bin/aur-auto-vote", line 128, in <module>
main(arguments)
File "/usr/bin/aur-auto-vote", line 101, in main
foreign_packages = set(get_foreign_packages())
File "/usr/bin/aur-auto-vote", line 41, in get_foreign_packages
return subprocess.check_output(('pacman', '-Qmq'), universal_newlines=True).splitlines()
File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('pacman', '-Qmq')' returned non-zero exit status 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment