gaps.py: fix chmod and wrong code
This commit is contained in:
parent
e5169586a0
commit
62cbd87bad
2
gaps.py
Normal file → Executable file
2
gaps.py
Normal file → Executable file
@ -13,7 +13,7 @@ if __name__ == '__main__':
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
ids = {}
|
ids = {}
|
||||||
files = os.listdir(args.dir)
|
files = os.listdir(args.input)
|
||||||
for file in files:
|
for file in files:
|
||||||
if not file.endswith('.pdf'):
|
if not file.endswith('.pdf'):
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user