Skip to content

Commit 2a88189

Browse files
committed
fix typo
1 parent 33fb5ef commit 2a88189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gokart/file_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
if os.getenv('GOKART_DATAFRAME_FRAMEWORK_POLARS_ENABLED') == 'true':
2727
DATAFRAME_FRAMEWORK = 'polars'
2828
else:
29-
raise ValueError('GOKART_DATAFRAME_FRAMEWORK is not set. Use pandas as dataframe framework.')
29+
raise ValueError('GOKART_DATAFRAME_FRAMEWORK_POLARS_ENABLED is not set. Use pandas as dataframe framework.')
3030
except (ImportError, ValueError):
3131
DATAFRAME_FRAMEWORK = 'pandas'
3232

0 commit comments

Comments
 (0)