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
6bd81ed3
Commit
6bd81ed3
authored
Feb 15, 2018
by
Floreal Cabanettes
Browse files
Add app config file path for windows
parent
c090bc99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgenies/config_reader.py
View file @
6bd81ed3
...
...
@@ -24,6 +24,9 @@ class AppConfigReader:
"/etc/dgenies/application.properties.local"
,
os
.
path
.
join
(
str
(
Path
.
home
()),
".dgenies"
,
"application.properties"
)]
if
os
.
name
==
"nt"
:
config_file
.
insert
(
1
,
"../application.properties"
)
for
my_config_file
in
config_file_search
:
if
os
.
path
.
exists
(
my_config_file
):
config_file
.
append
(
my_config_file
)
...
...
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