Skip to content

Commit 1e44aa8

Browse files
committed
update
1 parent a7da9db commit 1e44aa8

File tree

1 file changed

+1
-1
lines changed
  • usr/share/archlinux-tweak-tool

1 file changed

+1
-1
lines changed

usr/share/archlinux-tweak-tool/sddm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def check_sddmk_complete(self):
3939
return True
4040
else:
4141
return False
42-
except Exception as FileNotFoundError:
42+
except FileNotFoundError:
4343
print("---------------------------------------------------------------------------")
4444
print("Type 'fix-sddm-conf' in a terminal and restart ATT")
4545
print("---------------------------------------------------------------------------")

0 commit comments

Comments
 (0)