Skip to content

Commit

Permalink
make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Mar 26, 2024
1 parent 5f0b1fd commit be9db5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qui/updater/progress_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ def update_admin_vm(self, admins):

try:
with Ticker(admin):
# pylint: disable=consider-using-with
proc = subprocess.Popen(
['sudo', 'qubes-dom0-update'],
stderr=subprocess.PIPE, stdout=subprocess.PIPE)
Expand Down

0 comments on commit be9db5f

Please sign in to comment.