Skip to content

Commit bb43d09

Browse files
committed
fix[shuffle-tools-fork]: using correct variable standards
1 parent 6004fde commit bb43d09

File tree

1 file changed

+1
-1
lines changed
  • shuffle-tools-fork/1.0.0/src

1 file changed

+1
-1
lines changed

shuffle-tools-fork/1.0.0/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def install_packages(self, packages=[]) -> None:
9797
print(f"Failed to install {package}: {str(e)}")
9898

9999
def execute_python(self, code, packages=[]) -> dict:
100-
if os.getenv("ALLOW_PACKAGE_INSTALL") == "true":
100+
if os.getenv("SHUFFLE_ALLOW_PACKAGE_INSTALL") == "true":
101101
allow_package_install = True
102102

103103
if packages:

0 commit comments

Comments
 (0)