Skip to content
Snippets Groups Projects
Commit a994ba1b authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Fix print generate tutorials in develop

parent 681a5230
Branches
No related tags found
1 merge request!123testing develop merge
......@@ -8,7 +8,6 @@ cwd = Path(__file__).parent
def iter_folders(path):
for file in path.glob('**/metainfo.json'):
print(file)
with open(file) as f:
yield json.load(f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment