We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e19332 commit b791ca2Copy full SHA for b791ca2
xcengine/core.py
@@ -214,7 +214,7 @@ def __init__(
214
nb_env = nb_config.get("environment_file", None)
215
if nb_env is not None:
216
LOGGER.info(
217
- f"Using environment file {nb_tag} as specified in notebook."
+ f"Using environment file {nb_env} as specified in notebook."
218
)
219
self.environment = notebook.parent / nb_env
220
else:
0 commit comments