Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DYN-7436] Dynamo crashes upon exporting results if the destination file is open #66

Conversation

ivaylo-matov
Copy link
Contributor

Aims to address https://jira.autodesk.com/browse/DYN-7436

The code now check if the file is in use before trying to override it. Please let me know if this is acceptable and can implement it on Node Graph Manager.

DYN-7436-fix

@QilongTang
@reddyashish

@Amoursol
@dnenov

@reddyashish
Copy link
Contributor

@ivaylo-matov Changes look good, we can do the same for Graph node manager.

@reddyashish reddyashish merged commit 87c7c4e into DynamoDS:master Oct 3, 2024
10 checks passed
{
writer.WriteLine("Execution Order,Name,Execution Time (ms)");
MessageBox.Show("The file is currently in use by another application. Please close the file before trying to overwrite it.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivaylo-matov can you move these messages to resources so that they will be localized. You can do it in a different PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now addressed in this PR : #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants