Skip to content

Commit 2aed4eb

Browse files
committed
fix function
1 parent 78a6b20 commit 2aed4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/transformerlab/shared/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def slugify(value, allow_unicode=False):
8989
return re.sub(r"[-\s]+", "-", value).strip("-_")
9090

9191

92-
async def get_job_output_file_name(job_id: str, task_name: str = None, experiment_name: str = None):
92+
async def get_job_output_file_name(job_id: str, experiment_name: str = None):
9393
try:
9494
experiment_id = experiment_name or os.environ.get("_TFL_EXPERIMENT_ID")
9595

0 commit comments

Comments
 (0)