Skip to content

Commit

Permalink
Revert "Fix type error in _customization_sso"
Browse files Browse the repository at this point in the history
This reverts commit 40b2df1.

I think that patch was merged to fix a bug in manual_files, but broke
root_ssh. [2] is an alternative, which should make both work.

[2] oVirt/ovirt-engine#645
  • Loading branch information
didib committed Sep 8, 2022
1 parent 0468730 commit 64560e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def _customization_sso(self):
prompt=True,
default=True,
)
with open(tmpconf, 'w') as f:
with open(tmpconf, 'wb') as f:
f.write(res)
self._process_sso_client_registration_result(tmpconf)

Expand Down

0 comments on commit 64560e9

Please sign in to comment.