Skip to content

Commit

Permalink
dnm: debug drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 10, 2024
1 parent 7ca4d46 commit 2441d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pifpaf/drivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


class Driver(fixtures.Fixture):
def __init__(self, env_prefix="PIFPAF", templatedir=".", debug=False,
def __init__(self, env_prefix="PIFPAF", templatedir=".", debug=True,
tmp_rootdir=None):
"""Create a new driver."""
super(Driver, self).__init__()
Expand Down

0 comments on commit 2441d93

Please sign in to comment.