Skip to content

Commit 569e220

Browse files
committed
fix: 951 doc
1 parent 8b04c94 commit 569e220

File tree

5 files changed

+1073
-1073
lines changed

5 files changed

+1073
-1073
lines changed

data/clean/f_951_zhihan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def f_951(r_script_path: str, output_path: str, duration: int) -> (bool, str):
1515
Returns:
1616
- tuple containing:
1717
- bool: True if the output file is generated within the specified duration, False otherwise.
18-
- str: A message indicating whether the file was generated successfully or not.
18+
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
1919
2020
Requirements:
2121
- subprocess

data/processed/1105_wo_doc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def task_func(r_script_path: str, output_path: str, duration: int) -> (bool, str
1515
Returns:
1616
- tuple containing:
1717
- bool: True if the output file is generated within the specified duration, False otherwise.
18-
- str: A message indicating whether the file was generated successfully or not.
18+
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
1919
2020
Requirements:
2121
- subprocess

data/raw/f_951_zhihan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def f_951(r_script_path: str, output_path: str, duration: int) -> (bool, str):
1515
Returns:
1616
- tuple containing:
1717
- bool: True if the output file is generated within the specified duration, False otherwise.
18-
- str: A message indicating whether the file was generated successfully or not.
18+
- str: A message indicating whether the file was generated successfully or not. If the generation is successful, the message will be 'File generated successfully within the specified duration.'; otherwise, it will be 'File not generated within the specified duration.'
1919
2020
Requirements:
2121
- subprocess

0 commit comments

Comments
 (0)