Skip to content

Commit 9ae3201

Browse files
ovrigorlukanin
andauthored
Thanks @igorlukanin
Co-authored-by: Igor Lukanin <[email protected]>
1 parent f7ff048 commit 9ae3201

File tree

1 file changed

+1
-1
lines changed
  • packages/cubejs-backend-native/src/python

1 file changed

+1
-1
lines changed

packages/cubejs-backend-native/src/python/entry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn python_load_config(mut cx: FunctionContext) -> JsResult<JsPromise> {
5252
config_module.getattr("settings")?
5353
} else {
5454
return Err(PyErr::new::<PyException, String>(
55-
"Configuration file `cube.py` must define 'config' attribute. Did you forget to add import?".to_string(),
55+
"`cube.py` configuration file must define the 'config' attribute. Did you forget to add the `from cube import config` import?".to_string(),
5656
));
5757
}
5858
};

0 commit comments

Comments
 (0)