mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-01 09:28:42 +03:00
update slic3r
This commit is contained in:
@@ -996,7 +996,7 @@ void AuxiliaryPanel::Reload(wxString aux_path)
|
||||
try {
|
||||
fs::remove_all(fs::path(m_root_dir.ToStdWstring()));
|
||||
} catch (...) {
|
||||
BOOST_LOG_TRIVIAL(error) << "Failed removing the auxiliary directory " << m_root_dir.c_str();
|
||||
BOOST_LOG_TRIVIAL(error) << "Failed removing the auxiliary directory " << PathSanitizer::sanitize(m_root_dir.ToUTF8().data());
|
||||
}
|
||||
|
||||
m_root_dir = aux_path;
|
||||
|
||||
Reference in New Issue
Block a user