Skip to content

Commit

Permalink
export udl despite error during import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias krause committed Sep 5, 2024
1 parent 7c58fd9 commit d2e1b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HBT/XMLToUDL.cls
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ClassMethod ImportUDLFromDefault() As %Status
Write !, "[STEP] Applying fixes to export file..."
$$$ThrowOnError(##class(Utils.CustomizedHelper).FixExportFile(tLocation, tFixedLocation))
Write !, "[STEP] Importing items from export file..."
$$$ThrowOnError($SYSTEM.OBJ.Load(tFixedLocation,"",.%errorlog,.tImportedItems,0,,))
Do $SYSTEM.OBJ.Load(tFixedLocation,"",.%errorlog,.tImportedItems,0,,)
Write !, "[STEP] Starting Conversion to UDL..."
$$$ThrowOnError(..ExportFiles(tImportedItems))
Write !, !, "Successfully Converted!"
Expand Down

0 comments on commit d2e1b8e

Please sign in to comment.