Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitaB committed Oct 26, 2023
1 parent 331c376 commit b602fc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions llm_eval/steps/run_catwalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ def run(
# TODO: not clean.
if hasattr(task_obj, "clone") and "files" in kwargs:
if eval_data_path:
files = [
os.path.join(eval_data_path, filename)
for filename in kwargs["files"]
]
files = [os.path.join(eval_data_path, filename) for filename in kwargs["files"]]
else:
files = kwargs["files"]
task_obj = task_obj.clone(files=files)
Expand Down

0 comments on commit b602fc2

Please sign in to comment.