Fix import error in CI log aggregation script (#48245)

Fix CI log aggregation script failing due to an import error.
This commit is contained in:
Mike VanDenburgh 2024-12-20 18:14:17 -05:00 committed by GitHub
parent 2edbed3a9d
commit d6f71a2afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
import os
from llnl.util.tty import tty
from llnl.util import tty
def find_logs(prefix, filename):