From 62cbd87badef80f551d40dc17394e0856548d287 Mon Sep 17 00:00:00 2001 From: rootless Date: Tue, 10 Oct 2023 23:11:25 +0300 Subject: [PATCH] gaps.py: fix chmod and wrong code --- gaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 gaps.py diff --git a/gaps.py b/gaps.py old mode 100644 new mode 100755 index a0ebdf0..eb8ab48 --- a/gaps.py +++ b/gaps.py @@ -13,7 +13,7 @@ if __name__ == '__main__': args = parser.parse_args() ids = {} - files = os.listdir(args.dir) + files = os.listdir(args.input) for file in files: if not file.endswith('.pdf'): continue