Skip to content

Commit

Permalink
Remove redundant line in DNF payload
Browse files Browse the repository at this point in the history
As far as I can tell, this has probably landed there
by a copy paste error.

It should be enough to set this once.
  • Loading branch information
M4rtinK committed Oct 21, 2024
1 parent 7b21249 commit 49a8481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyanaconda/payload/dnf/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ def setup(self, report_progress, only_on_change=False):
if self._skip_if_no_changed_repositories(only_on_change):
return

# It will be necessary to check the software selection again.
self._software_validation_required = True

# It will be necessary to validate the software selection again.
self._software_validation_required = True

Expand Down

0 comments on commit 49a8481

Please sign in to comment.