Skip to content

Commit

Permalink
rm unnecessary assign
Browse files Browse the repository at this point in the history
  • Loading branch information
Umit Kablan committed Oct 3, 2024
1 parent 7f08071 commit 05f1e92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pleskdistup/common/src/dpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ def safely_remove_packages(
violations = _find_protection_violations(sim_res, protected_set)
if violations:
raise PackageProtectionError(protected_packages=violations)
if tmpfail_retry_intervals is None:
tmpfail_retry_intervals = DPKG_TEMPFAIL_RETRY
remove_packages(pkgs, False, tmpfail_retry_intervals)


Expand Down

0 comments on commit 05f1e92

Please sign in to comment.