Skip to content

Commit 6702b00

Browse files
committed
Update DynamoViewModel.cs
1 parent de643ea commit 6702b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3332,7 +3332,7 @@ private void CloseHomeWorkspace(object parameter)
33323332
// Upon closing a workspace, validate if the workspace is valid to be sent to the ML datapipeline and then send it.
33333333
if (!DynamoModel.IsTestMode && !HomeSpace.HasUnsavedChanges && (currentWorkspaceViewModel?.IsHomeSpace ?? true) && HomeSpace.HasRunWithoutCrash)
33343334
{
3335-
// currently IsDNADataIngestionPipelineinBeta is set to true for debug builds and false for release builds. so we need to modify it here, when testing the pipeline in debug builds.
3335+
// Currently IsDNADataIngestionPipelineinBeta is set to true for debug builds and false for release builds. so we need to modify it here, when testing the pipeline in debug builds.
33363336
if (preferencesViewModel.IsMLAutocompleteTOUApproved && !IsDNADataIngestionPipelineinBeta && Model.CurrentWorkspace.IsValidForFDX && currentWorkspaceViewModel.Checksum != string.Empty)
33373337
{
33383338
if (HasDifferentialCheckSum())

0 commit comments

Comments
 (0)