From d0ab64626c70953b94a9d0a66f66c624f0a3ad5a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 May 2024 15:16:23 +0200 Subject: style(treewide): Comply with `nix fmt` --- hm/soispha/conf/firefox/scripts/unzip_mozlz4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/firefox') 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 ") -- cgit 1.4.1