Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Dec 18, 2024
1 parent 1e3ca19 commit 9df3478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/controllers/Package/Apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ def update(self, packagesList, exit_on_package_update_error: bool = True, dry_ru
buffer = parts[-1]
sys.stdout.write('\r' + ' | ' + buffer.strip() + '\n')
sys.stdout.flush()

# TODO debug
# Deal with the carriage return of the last line
sys.stdout.write('\r')

# Wait for the command to finish
popen.wait()
Expand Down

0 comments on commit 9df3478

Please sign in to comment.