Skip to content

Commit

Permalink
fixes logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Jul 21, 2020
1 parent d3297f0 commit 067535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ploomber/spec/DAGSpec.py
Expand Up @@ -69,7 +69,7 @@ def __init__(self, data, env=None):
if isinstance(data, list):
data = {'tasks': data}

logger.debug('DAGSpec enviroment:\n%s', pp.pformat(env._data))
logger.debug('DAGSpec enviroment:\n%s', pp.pformat(env))

# expand if there's an env.yaml file
if env is not None:
Expand Down

0 comments on commit 067535b

Please sign in to comment.