@@ -1504,13 +1504,13 @@ def test_72_check_choke_values(self):
15041504 scratch_choke_file5 = self .local_scratch .copyfile (choke_file5 )
15051505 scratch_choke_file6 = self .local_scratch .copyfile (choke_file6 )
15061506 scratch_choke_file7 = self .local_scratch .copyfile (choke_file7 )
1507- resolve1 = self .aedtapp .modeler .check_choke_values (scratch_choke_file1 , create_another_file = True )
1508- resolve2 = self .aedtapp .modeler .check_choke_values (scratch_choke_file2 , create_another_file = True )
1509- resolve3 = self .aedtapp .modeler .check_choke_values (scratch_choke_file3 , create_another_file = True )
1510- resolve4 = self .aedtapp .modeler .check_choke_values (scratch_choke_file4 , create_another_file = True )
1511- resolve5 = self .aedtapp .modeler .check_choke_values (scratch_choke_file5 , create_another_file = True )
1512- resolve6 = self .aedtapp .modeler .check_choke_values (scratch_choke_file6 , create_another_file = True )
1513- resolve7 = self .aedtapp .modeler .check_choke_values (scratch_choke_file7 , create_another_file = True )
1507+ resolve1 = self .aedtapp .modeler .check_choke_values (scratch_choke_file1 , create_another_file = False )
1508+ resolve2 = self .aedtapp .modeler .check_choke_values (scratch_choke_file2 , create_another_file = False )
1509+ resolve3 = self .aedtapp .modeler .check_choke_values (scratch_choke_file3 , create_another_file = False )
1510+ resolve4 = self .aedtapp .modeler .check_choke_values (scratch_choke_file4 , create_another_file = False )
1511+ resolve5 = self .aedtapp .modeler .check_choke_values (scratch_choke_file5 , create_another_file = False )
1512+ resolve6 = self .aedtapp .modeler .check_choke_values (scratch_choke_file6 , create_another_file = False )
1513+ resolve7 = self .aedtapp .modeler .check_choke_values (scratch_choke_file7 , create_another_file = False )
15141514 assert isinstance (resolve1 , list )
15151515 assert resolve1 [0 ]
15161516 assert isinstance (resolve1 [1 ], dict )
0 commit comments