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:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 15:41:44 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-19 17:20:46 -0400
commitb94fee2242b74dacc3f53021c5ff30ce2b1f789a (patch)
tree53443f2b61095aebcaac63f68ab4f4b0b4a0381c /archinstall/lib/general.py
parentbbb4599165a644bbd81b085fb3210cd0e497d503 (diff)
very minor whitespace fixes
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