We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8d7b5 commit 5f6059eCopy full SHA for 5f6059e
vm/src/vm/mod.rs
@@ -231,7 +231,8 @@ impl VirtualMachine {
231
} else {
232
"Could not import encodings. Try adding your path to Setting struct's path_list field. If you don't have \
233
access to a consistent external environment (e.g. if you're embedding \
234
- rustpython in another application), try enabling the freeze-stdlib feature".to_owned()
+ rustpython in another application), try enabling the freeze-stdlib feature"
235
+ .to_owned()
236
};
237
238
let err = self.new_runtime_error(msg);
0 commit comments