Import: [skip ci] change path to user config in Import.readDXF()

This commit is contained in:
wmayer
2022-07-16 10:59:06 +02:00
parent c50e7a29fe
commit e1ebcef39e

View File

@@ -406,7 +406,7 @@ private:
char* Name;
const char* DocName=nullptr;
const char* optionSource = nullptr;
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Draft";
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Import";
bool IgnoreErrors=true;
if (!PyArg_ParseTuple(args.ptr(), "et|sbs","utf-8",&Name,&DocName,&IgnoreErrors,&optionSource))
throw Py::Exception();