diff --git a/scripts/run_rotation.py b/scripts/run_rotation.py index c502e3d..4b91195 100755 --- a/scripts/run_rotation.py +++ b/scripts/run_rotation.py @@ -40,7 +40,7 @@ def main(): parser.add_argument( "--save-path", type=str, - default="report", + default="results/report", help="报告保存路径前缀", ) args = parser.parse_args()