Index: Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs =================================================================== diff -u -raaede2e2c97c9ecbb159e5c9576381c177cd5255 -rdd694bc76d6e75bcda83ff3f42edacf16451c58d --- Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs (.../RingtoetsProjectMigrator.cs) (revision aaede2e2c97c9ecbb159e5c9576381c177cd5255) +++ Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs (.../RingtoetsProjectMigrator.cs) (revision dd694bc76d6e75bcda83ff3f42edacf16451c58d) @@ -109,7 +109,7 @@ string suggestedFileName = GetSuggestedFileName(originalFilePath); string migrationLocation = inquiryHelper.GetTargetFileLocation(fileFilter.Filter, suggestedFileName); - if (string.IsNullOrEmpty(migrationLocation)) + if (migrationLocation == null) { GenerateMigrationCancelledLogMessage(originalFilePath); }