Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: removed extra variables and print statement from cmdtest
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilPawel committed Nov 5, 2021
1 parent e046b00 commit 8712f40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aimmo_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,8 @@ def check_for_cmdtest(os_type, arch_type):

if os_type == OSType.LINUX:
try:
_, output = _cmd("dpkg-query -W -f='{status}' cmdtest")
_cmd("dpkg-query -W -f='{status}' cmdtest")
except CalledProcessError:
print("cmdtest not found")
return

while True:
Expand Down

0 comments on commit 8712f40

Please sign in to comment.