Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/progenetix/bycon
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Feb 20, 2024
2 parents 09813b7 + 17a5efa commit 6d9cbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bycon/lib/bycon_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def set_debug_state(debug=False) -> bool:
"""
if BYC["DEBUG_MODE"] is True:
return True

if test_truthy(debug):
BYC.update({"DEBUG_MODE": True})
if not "local" in ENV:
Expand Down

0 comments on commit 6d9cbc9

Please sign in to comment.