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