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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvoisin
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
No related tags found
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):
...
@@ -88,7 +88,7 @@ def __do_clean_async(is_lightweigth, q):
f
=
q
.
get
()
f
=
q
.
get
()
if
f
is
None
:
# nothing more to process
if
f
is
None
:
# nothing more to process
return
return
clean_meta
(
is_lightweigth
,
f
)
clean_meta
(
f
,
is_lightweigth
)
q
.
task_done
()
q
.
task_done
()
...
@@ -108,6 +108,7 @@ def main():
...
@@ -108,6 +108,7 @@ def main():
return
return
else
:
# Thread the cleaning
else
:
# Thread the cleaning
mode
=
(
args
.
lightweight
is
True
)
q
=
Queue
(
maxsize
=
0
)
q
=
Queue
(
maxsize
=
0
)
threads
=
list
()
threads
=
list
()
for
f
in
__get_files_recursively
(
args
.
files
):
for
f
in
__get_files_recursively
(
args
.
files
):
...
...
This diff is collapsed.
Click to expand it.
jvoisin
@jvoisin
mentioned in commit
ecb199b4
·
6 years ago
mentioned in commit
ecb199b4
mentioned in commit ecb199b4a6a2f54b84237d4f74c145a051c4c08b
Toggle commit list
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