Skip to content
Snippets Groups Projects
Verified Commit f3e39fc2 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove old test Python line

parent 979cfd09
No related branches found
No related tags found
1 merge request!46Improve db-backup image
......@@ -37,7 +37,6 @@ if not(os.path.isfile(PATH_TO_CONFIG)):
# Variables initialization
open_config_file = open(PATH_TO_CONFIG)
services_list = json.load(open_config_file)
services_list = {k: os.environ.get(k, v) for k, v in olddata.items()}
flag_mongo = False
flag_mysql = False
flag_postgres = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment