You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using MORYX in linux environment (docker in case, base is alpine), the ModelSetups are not listed. My assumption is that the problem is the hardcoded directory-separator in DatabaseController.cs
Fix proposal:
Use Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) for the execution directory
Append "Backups" by Path.Combine
Maybe it has also something todo with my used SupportedFileRegex of MyFile_(?<si>\d+)_(?<ietfTag>.*).xlsx but I could not explay why this might be a problem
The text was updated successfully, but these errors were encountered:
Describe the bug
When using MORYX in linux environment (docker in case, base is alpine), the ModelSetups are not listed. My assumption is that the problem is the hardcoded directory-separator in DatabaseController.cs
Fix proposal:
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)
for the execution directoryPath.Combine
Maybe it has also something todo with my used
SupportedFileRegex
ofMyFile_(?<si>\d+)_(?<ietfTag>.*).xlsx
but I could not explay why this might be a problemThe text was updated successfully, but these errors were encountered: