mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-11 21:48:34 +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()
|
||||
});
|
||||
|
||||
return Dependencies.FileInvokerFactory(filePath);
|
||||
return Dependencies.FileInvokerFactory(path);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user