Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakemakeWF-analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
FONDA_A6
snakemakeWF-analysis
Commits
3d66d600
Commit
3d66d600
authored
2 years ago
by
Sebastian Pohl
Browse files
Options
Downloads
Patches
Plain Diff
fixed no contents error while collecting final_state_full_repo collection
parent
94e905e9
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.py
+6
-6
6 additions, 6 deletions
main.py
with
6 additions
and
6 deletions
main.py
+
6
−
6
View file @
3d66d600
...
...
@@ -73,12 +73,12 @@ def fill_final_state_full_repo():
add_repo_to_collection
(
repo
)
#
fill_final_state_full_repo()
query
=
db
.
final_state_full_repo
.
find
()
i
=
0
for
doc
in
query
:
i
+=
1
print
(
i
,
doc
[
"
repo
"
],
doc
[
"
scrape_time
"
])
fill_final_state_full_repo
()
#
query = db.final_state_full_repo.find()
#
i = 0
#
for doc in query:
#
i += 1
#
print(i, doc["repo"], doc["scrape_time"])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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