We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f7baa commit ab9347bCopy full SHA for ab9347b
1 file changed
toolchain/mfc/test/case.py
@@ -477,11 +477,11 @@ def create_input_lagrange(path_test):
477
file.write("0.5\t0.5\t0.5\t0.0\t0.0\t0.0\t8.0e-03\t0.0")
478
479
480
-def copy_input_lagrange(path_example_input, path_test):
+def copy_input_lagrange(path_examplse_input, path_test):
481
folder_path_dest = path_test + "/input/"
482
- fite_path_dest = folder_path_dest + "lag_bubbles.dat"
+ file_path_dest = folder_path_dest + "lag_bubbles.dat"
483
file_path_src = common.MFC_EXAMPLE_DIRPATH + path_example_input + "/input/lag_bubbles.dat"
484
if not os.path.exists(folder_path_dest):
485
os.mkdir(folder_path_dest)
486
487
- shutil.copyfile(file_path_src, fite_path_dest)
+ shutil.copyfile(file_path_src, file_path_dest)
0 commit comments