Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
tails
mat2
Commits
c5f51345
Commit
c5f51345
authored
6 years ago
by
Julien (jvoisin) Voisin
Browse files
Options
Downloads
Patches
Plain Diff
Fix the main.py file
parent
6893de6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main.py
+2
-1
2 additions, 1 deletion
main.py
with
2 additions
and
1 deletion
main.py
+
2
−
1
View file @
c5f51345
...
...
@@ -88,7 +88,7 @@ def __do_clean_async(is_lightweigth, q):
f
=
q
.
get
()
if
f
is
None
:
# nothing more to process
return
clean_meta
(
is_lightweigth
,
f
)
clean_meta
(
f
,
is_lightweigth
)
q
.
task_done
()
...
...
@@ -108,6 +108,7 @@ def main():
return
else
:
# Thread the cleaning
mode
=
(
args
.
lightweight
is
True
)
q
=
Queue
(
maxsize
=
0
)
threads
=
list
()
for
f
in
__get_files_recursively
(
args
.
files
):
...
...
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