Skip to content

Commit

Permalink
sq: fix autopep8 breaking code
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy committed Feb 29, 2024
1 parent 390b890 commit a97e461
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmt/steps/prepare/distgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ def __interim_get_install_cls(self, guest: 'Guest') -> type[InstallBase]:
if guest.facts.package_manager == GuestPackageManager.YUM:
return InstallYum
raise tmt.utils.PrepareError(
f"Unknown package manager for '{
"Unknown package manager for "
f"'{
guest.facts.package_manager}'")

def __interim_install(
Expand Down

0 comments on commit a97e461

Please sign in to comment.