runners/rhel82: fix spacing between functions

Two lines between functions, demanded by PEP-8.
This commit is contained in:
Christian Kellner 2021-06-08 08:53:34 +02:00
parent 3a85c196f7
commit 7ad212dc89

View file

@ -37,7 +37,6 @@ def nsswitch():
pass
def python_alternatives():
"""/usr/bin/python3 is a symlink to /etc/alternatives/python3, which points
to /usr/bin/python3.6 by default. Recreate the link in /etc, so that
@ -49,6 +48,7 @@ def python_alternatives():
except FileExistsError:
pass
if __name__ == "__main__":
with osbuild.api.exception_handler():
ldconfig()