From ed3747e4ff721914d1df6b62788a91a1e8b3f741 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 2 Feb 2021 01:07:55 +0000 Subject: * better explain some used terms * update the help menu and CLI documentation * remove animations from setjobs module (it takes less than a second, so it's pointless) * make some error messages less cryptic && offer help to understand them * don't kill the graphical interface right away if there is a missmatch, display the error, offer help && and then die in 10 seconds --- src/backend/setjobs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/backend/setjobs.py') diff --git a/src/backend/setjobs.py b/src/backend/setjobs.py index 1047913..5a22b10 100644 --- a/src/backend/setjobs.py +++ b/src/backend/setjobs.py @@ -1,8 +1,6 @@ #!/usr/bin/python3 -import animation import subprocess -@animation.wait('adjusting MAKEOPTS') def start(): subprocess.call(['/usr/share/sisyphus/helpers/set_jobs']) -- cgit v1.2.3