Skip to content

Commit 6643754

Browse files
authored
Update function from tk-framework-alias (#207)
1 parent 7e809f4 commit 6643754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def __ensure_framework(self):
884884

885885
# Ensure the python c extension packages are installed in order to
886886
# import the framework server module.
887-
if not startup_utils.ensure_python_c_extension_packages_installed(
887+
if not startup_utils.ensure_python_packages_installed(
888888
python_version=(sys.version_info.major, sys.version_info.minor),
889889
logger=self.logger,
890890
):

0 commit comments

Comments
 (0)