1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

Testing - Update file handling outside catch block #263

This commit is contained in:
dpasukhi 2025-01-17 13:58:14 +00:00
parent 3744d7c687
commit e6b2e97f13

View File

@ -9,4 +9,6 @@ puts ""
# OCAF binary persistence hangs on reading truncated CBF file # OCAF binary persistence hangs on reading truncated CBF file
####################################################################################### #######################################################################################
catch { Open [locate_data_file bug27667_broken_cbf.cbf] D } set filename [locate_data_file bug27667_broken_cbf.cbf]
catch { Open $filename D }