Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/general.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-20 08:07:02 +0200
committerGitHub <noreply@github.com>2021-05-20 08:07:02 +0200
commit71ab52178c143d3f9b3d2d7090a51404913d9939 (patch)
tree1cc07aa1f2874c5a54ed2a8df151462569f9da75 /archinstall/lib/general.py
parent182babf33a8fd5ff08cdf5774b0a87c8e9386384 (diff)
parent434ed8f67fbe4a03c8d7fe8f8a9c41843895e122 (diff)
Merge pull request #481 from dylanmtaylor/minor-formatting-cleanup
Some very minor cleanup
Diffstat (limited to 'archinstall/lib/general.py')
-rw-r--r--archinstall/lib/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/general.py b/archinstall/lib/general.py
index cec3891a..81793cb8 100644
--- a/archinstall/lib/general.py
+++ b/archinstall/lib/general.py
@@ -365,4 +365,4 @@ def pid_exists(pid: int):
try:
return any(subprocess.check_output(['/usr/bin/ps', '--no-headers', '-o', 'pid', '-p', str(pid)]).strip())
except subprocess.CalledProcessError:
- return False \ No newline at end of file
+ return False