Skip to content

Commit

Permalink
Merge branch 'move-scenario-builder-to-new-repository' of github.com:…
Browse files Browse the repository at this point in the history
…reegis/deflex into move-scenario-builder-to-new-repository
  • Loading branch information
uvchik committed Dec 17, 2020
2 parents 48d72d2 + 824a8f9 commit aba8285
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/deflex/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ def has_section(section):


def get(section, key):
"""Returns the value of a given key in a given section.
"""
"""Returns the value of a given key in a given section."""
if not _loaded:
init()
try:
Expand Down Expand Up @@ -131,8 +130,7 @@ def get_list(section, parameter, sep=",", string=False):


def get_dict(section):
"""Returns the values of a section as dictionary
"""
"""Returns the values of a section as dictionary"""
if not _loaded:
init()
dc = {}
Expand Down

0 comments on commit aba8285

Please sign in to comment.