about summary refs log tree commit diff stats
path: root/hm/soispha/conf/firefox
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 15:16:23 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-09 20:33:35 +0200
commitd0ab64626c70953b94a9d0a66f66c624f0a3ad5a (patch)
tree673d0219a73190685125b8ed2bebb945be8ef7b0 /hm/soispha/conf/firefox
parentrefactor(hm/conf/zsh): Move xdg vars under the xdg directory (diff)
downloadnixos-config-d0ab64626c70953b94a9d0a66f66c624f0a3ad5a.zip
style(treewide): Comply with `nix fmt`
Diffstat (limited to 'hm/soispha/conf/firefox')
-rwxr-xr-xhm/soispha/conf/firefox/scripts/unzip_mozlz4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
index 44e00d53..9a2348bf 100755
--- a/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
+++ b/hm/soispha/conf/firefox/scripts/unzip_mozlz4.py
@@ -38,7 +38,7 @@ if __name__ == "__main__":
     import sys
 
     args = sys.argv[1:]
-    if args and not args[0] in ("--help", "-h"):
+    if args and args[0] not in ("--help", "-h"):
         main(args)
     else:
         print("Usage: mozlz4.py <mozlz4 file to read> <location to write>")