We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da9db commit 1e44aa8Copy full SHA for 1e44aa8
usr/share/archlinux-tweak-tool/sddm.py
@@ -39,7 +39,7 @@ def check_sddmk_complete(self):
39
return True
40
else:
41
return False
42
- except Exception as FileNotFoundError:
+ except FileNotFoundError:
43
print("---------------------------------------------------------------------------")
44
print("Type 'fix-sddm-conf' in a terminal and restart ATT")
45
0 commit comments