Skip to content

Commit

Permalink
DEBUG: DONTMERGE: this should trigger webui test
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 9, 2023
1 parent 315cb8f commit ea4dec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyanaconda/modules/storage/devicetree/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def set_device_passphrase(self, device_name, passphrase):
:param device_name: a name of the device
:param passphrase: a passphrase
"""
log.debug("Setting device %s passphrase", device_name)
device = self._get_device(device_name)
device.format.passphrase = passphrase
self.storage.save_passphrase(device)
Expand Down

0 comments on commit ea4dec8

Please sign in to comment.