From 2ef68d634483d0ed59b9367d8877b8ad0c7a61e2 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 10 Apr 2024 17:30:58 +0800 Subject: [PATCH] update setup.py --- tests/test_ifs_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ifs_sim.py b/tests/test_ifs_sim.py index 461a701..b0e251c 100644 --- a/tests/test_ifs_sim.py +++ b/tests/test_ifs_sim.py @@ -37,7 +37,7 @@ class TestDemoFunction(unittest.TestCase): d=1 - subprocess.run('csst_ifs_sim', dir_path) + subprocess.run(['csst_ifs_sim', dir_path]) #csst_ifs_sim dir_path -- GitLab