Skip to content

Commit 8cf5a4b

Browse files
committed
Last remove
1 parent 82d448f commit 8cf5a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualCaseGen/custom_widget_types/case_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def create_case(self, do_exec):
138138

139139
# Clean up:
140140
if do_exec:
141-
self._remove_orig_xml_files()
141+
142142
cvars["CASE_CREATOR_STATUS"].value = "OK"
143143
with self._out:
144144
caseroot = cvars["CASEROOT"].value

0 commit comments

Comments
 (0)