From 2952fd8cb954816ce2b9b70bed1bf9ee7dfbce98 Mon Sep 17 00:00:00 2001 From: Lyxal <36217120+Lyxal@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:07:30 +1100 Subject: [PATCH] Update filter_files.py --- filter_files.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/filter_files.py b/filter_files.py index 9773b4e..ad05410 100644 --- a/filter_files.py +++ b/filter_files.py @@ -1,6 +1,4 @@ import sys -import json - if __name__ == "__main__": files = [x for x in sys.argv[1].split("\n") if x.endswith("js") or x.endswith("map")] - print(json.dumps(files)) + print(" !! ".join(files))