Skip to content

Commit a242f41

Browse files
Added debugging print statement
1 parent e5c953e commit a242f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v6-session-basics/tmp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def _get_user_dataframes() -> list[str]:
1818
that are required for the argument.
1919
"""
2020
dfs = os.environ[ContainerEnvNames.USER_REQUESTED_DATAFRAMES.value]
21+
info(f"User requested dataframes: {dfs}")
2122

2223
data_arguments = dfs.split(";")
2324
return [arg.split(",") for arg in data_arguments]

0 commit comments

Comments
 (0)