mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-22 10:48:27 +00:00
Fix for the wrong path being used in OSCADObject.ToFile
This commit is contained in:
parent
71a45deaec
commit
f4642a205c
@ -847,7 +847,7 @@ namespace OSCADSharp
|
|||||||
this.ToString()
|
this.ToString()
|
||||||
});
|
});
|
||||||
|
|
||||||
return Dependencies.FileInvokerFactory(filePath);
|
return Dependencies.FileInvokerFactory(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user