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 c38c1a4 commit af39dda
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 @@ -48,7 +48,7 @@ def __init__(self, env_prefix="PIFPAF", templatedir=".", debug=False,
super(Driver, self).__init__()
self.env_prefix = env_prefix
self.env = {}
self.debug = debug
self.debug = True
self.tmp_rootdir = tmp_rootdir

templatedir = os.path.join('drivers', 'templates', templatedir)
Expand Down

0 comments on commit af39dda

Please sign in to comment.