This commit is contained in:
Martin Diehl 2020-07-15 21:59:43 +02:00
parent 9225d439ab
commit 199ec51bf8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class Marc:
@property
def tools_path(self):
path_MSC = damsk.environment.options['MSC_ROOT']
path_MSC = damask.environment.options['MSC_ROOT']
path_tools = Path(f'{path_MSC}/marc{self.version}/tools')
return path_tools if path_tools.is_dir() else None