Skip to content

Commit de643ea

Browse files
committed
Update DynamoViewModel.cs
1 parent 8cb9ea2 commit de643ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3332,6 +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.
33353336
if (preferencesViewModel.IsMLAutocompleteTOUApproved && !IsDNADataIngestionPipelineinBeta && Model.CurrentWorkspace.IsValidForFDX && currentWorkspaceViewModel.Checksum != string.Empty)
33363337
{
33373338
if (HasDifferentialCheckSum())

0 commit comments

Comments
 (0)