Skip to content

Commit

Permalink
drecks classdump raus
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Feb 16, 2024
1 parent 0e378cf commit fa05acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coshsh/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def run(self):
else:
if recipe_completed:
logger.info("recipe {} completed with {} problems".format(recipe.name, recipe.render_errors))
if logger.level <= DEBUG:
if logger.level >= DEBUG:
CoshshDatainterface.dump_classes_usage()
coshsh.util.restore_logging()

Expand Down

0 comments on commit fa05acb

Please sign in to comment.