Skip to content

Commit

Permalink
important newlines, comment
Browse files Browse the repository at this point in the history
  • Loading branch information
themaxw committed Mar 22, 2024
1 parent c24f554 commit 51fefa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/osc_kreuz/osc_kreuz.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,14 @@ def debug_prints(globalconfig, extendedOscInput, verbose):
@click.option("-v", "--verbose", count=True, help="increase verbosity level.")
@click.version_option()
def main(config_path, oscdebug, verbose):

osccomcenter.setVerbosity(verbose)
if verbose > 0:
log.setLevel(logging.DEBUG)

# get Config Path:
if config_path is None:
# TODO move to function
# check different paths for a config file, with the highest one taking precedence
for possible_config_path in (
base / default_config_file_path / filename
Expand Down

0 comments on commit 51fefa3

Please sign in to comment.