Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
analytics
Commits
a994ba1b
Commit
a994ba1b
authored
3 years ago
by
Luigi Sbailo
Browse files
Options
Downloads
Patches
Plain Diff
Fix print generate tutorials in develop
parent
681a5230
Branches
Branches containing commit
No related tags found
1 merge request
!123
testing develop merge
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
generate_tutorials_json.py
+0
-1
0 additions, 1 deletion
generate_tutorials_json.py
with
0 additions
and
1 deletion
generate_tutorials_json.py
+
0
−
1
View file @
a994ba1b
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment