runners/rhel82: fix spacing between functions
Two lines between functions, demanded by PEP-8.
This commit is contained in:
parent
3a85c196f7
commit
7ad212dc89
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue