Skip to content

Commit

Permalink
fix import of the new escape hatch flag (#1823)
Browse files Browse the repository at this point in the history
* fix import

* promote version
  • Loading branch information
wangchy27 committed May 3, 2024
1 parent 4292ade commit 9989bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaflow/plugins/env_escape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

from .exception_transferer import RemoteInterpreterException
from .client_modules import create_modules
from metaflow.metaflow_config import ESCAPE_HATCH_WARNING

# Determine what is the python executable to use for the environment escape. To do this,
# we look for ENV_ESCAPE_PY in the environment AND store it. When metaflow
Expand Down Expand Up @@ -111,6 +110,7 @@ def generate_trampolines(out_dir):
import os
import sys
from metaflow.plugins.env_escape.client_modules import ModuleImporter
from metaflow.metaflow_config import ESCAPE_HATCH_WARNING
# This is a trampoline file to ensure that the ModuleImporter to handle the emulated
# modules gets properly loaded. If multiple modules are emulated by a single configuration
Expand Down
2 changes: 1 addition & 1 deletion metaflow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
metaflow_version = "2.11.11"
metaflow_version = "2.11.12"

0 comments on commit 9989bc6

Please sign in to comment.