Skip to content

Commit

Permalink
Fix typo in clean-nvidia-scratch-space
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 29, 2025
1 parent 7cccb35 commit f562fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def preprocess(i):
cache_rm_tags = "nvidia-harness,_download_model,_sdxl"

cache_rm_tags = cache_rm_tags + extra_cache_rm_tags
mlc = i['automation'].action_target
mlc = i['automation'].action_object

if cache_rm_tags:
r = mlc.access({'action': 'rm', 'automation': 'cache',
Expand Down

0 comments on commit f562fdf

Please sign in to comment.