Skip to content
Snippets Groups Projects
Commit 8d061ffa authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Update merge.py

parent 18b6cc34
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ def main(): ...@@ -16,7 +16,7 @@ def main():
file_path = config.output file_path = config.output
files = [file_path+'/'+f for f in os.listdir(file_path)] files = [file_path+f for f in os.listdir(file_path) if '.absinth' in f]
results = list() results = list()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment