Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Feb 1, 2024
1 parent d88d273 commit 738d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCore/Models/RecordableCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ internal static OpenFileCommand DeserializeCore(XmlElement element)
{
XmlElementHelper helper = new XmlElementHelper(element);
string xmlFilePath = TryFindFile(helper.ReadString("XmlFilePath"), element.OwnerDocument.BaseURI);
return new OpenFileCommand(xmlFilePath, false);
return new OpenFileCommand(xmlFilePath);
}

#endregion
Expand Down

0 comments on commit 738d40e

Please sign in to comment.