FEM: fix white space

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-06-02 15:22:27 +01:00 committed by Yorik van Havre
parent f5146b8d43
commit 6de28c158d
2 changed files with 2 additions and 2 deletions

View File

@ -56,4 +56,4 @@ template<> const char* App::MaterialObjectPython::getViewProviderName(void) cons
// explicit template instantiation
template class AppExport FeaturePythonT<App::MaterialObject>;
}
}

View File

@ -261,7 +261,7 @@ class _MechanicalMaterialTaskPanel:
use_mat_from_custom_dir = self.fem_preferences.GetBool("UseMaterialsFromCustomDir", True)
if use_mat_from_custom_dir:
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir","")
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir", "")
self.add_mat_dir(custom_mat_dir, ":/icons/user.svg")