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
@mapalmieri pointed out that after exporting an FMU the last message in the console states "Compressing FMU archive" and the user is not informed the process is done.
The text was updated successfully, but these errors were encountered:
It seems that a print statement is already present in the code, but for some reason it is not printed.
It's possible that the output is not written to the console before the program terminates.
I have tried to add a out.flush() but unfortunately I can't try it since i cant get the project to build on my pc.
It seems that if you download the latest overture fmu version through into-cps, it will print out the line about the fmu export complete.
This issue is related to an older version of the overture fmu.
@mapalmieri pointed out that after exporting an FMU the last message in the console states "Compressing FMU archive" and the user is not informed the process is done.
The text was updated successfully, but these errors were encountered: