Skip to content

Commit ce87f89

Browse files
committed
reverted unnecessary changes
1 parent e06d62e commit ce87f89

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

completions/fastfetch.fish

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ function __fastfetch_complete_structure
6060
end
6161

6262
echo '
63-
import json
64-
import subprocess
65-
import sys
63+
import json, subprocess, sys
6664
6765
6866
def main():
@@ -110,7 +108,6 @@ def main():
110108
if __name__ == "__main__":
111109
try:
112110
main()
113-
except Exception as e:
114-
print(f"Error: {e}", file=sys.stderr)
111+
except:
115112
sys.exit(1)
116113
' | python3 | source

0 commit comments

Comments
 (0)