Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
D-GENIES
Commits
1bca8452
Commit
1bca8452
authored
Apr 16, 2018
by
Floreal Cabanettes
Browse files
Remove debug
parent
6d046e33
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/lib/functions.py
View file @
1bca8452
...
@@ -260,7 +260,6 @@ class Functions:
...
@@ -260,7 +260,6 @@ class Functions:
@
staticmethod
@
staticmethod
def
_get_jobs_list
():
def
_get_jobs_list
():
all_jobs
=
os
.
listdir
(
Functions
.
config
.
app_data
)
all_jobs
=
os
.
listdir
(
Functions
.
config
.
app_data
)
print
(
all_jobs
)
valid_jobs
=
[]
valid_jobs
=
[]
for
job
in
all_jobs
:
for
job
in
all_jobs
:
job_path
=
os
.
path
.
join
(
Functions
.
config
.
app_data
,
job
)
job_path
=
os
.
path
.
join
(
Functions
.
config
.
app_data
,
job
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment