diff --git a/process b/process index c07b85b..b42a4eb 100755 --- a/process +++ b/process @@ -9,7 +9,7 @@ def strip(s: str): def main(): filepaths = sys.argv[1:] - print(f'{filepaths=}') + # print(f'{filepaths=}') delim=',' quotechar='"'