Skip to content
Snippets Groups Projects
Commit 014bbbcd authored by alexey.stratulat's avatar alexey.stratulat
Browse files

Merge branch 'features-2308' of https://github.com/cellframe/libdap-python into features-2308

parents f76cdded 372a9a80
No related branches found
No related tags found
No related merge requests found
# libdap-python # libdap-python
Python binding for libdap Python binding for libdap
[![Build Status](https://travis-ci.com/cellframe/libdap-python.svg?branch=master)](https://travis-ci.com/cellframe/libdap-python)
...@@ -14,7 +14,7 @@ create_config_file(app_name) ...@@ -14,7 +14,7 @@ create_config_file(app_name)
json_string = """{ json_string = """{
"modules": "libdap", "modules": "",
"dap": { "dap": {
"config_dir": \""""+os.getcwd()+"""\", "config_dir": \""""+os.getcwd()+"""\",
"log_level": \""""+LogLevel.L_DEBUG.name+"""\", "log_level": \""""+LogLevel.L_DEBUG.name+"""\",
......
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