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:
parent
2edbed3a9d
commit
d6f71a2afd
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from llnl.util.tty import tty
|
from llnl.util import tty
|
||||||
|
|
||||||
|
|
||||||
def find_logs(prefix, filename):
|
def find_logs(prefix, filename):
|
||||||
|
Loading…
Reference in New Issue
Block a user