style
This commit is contained in:
parent
be03df1b86
commit
dcdbbd235d
@ -34,11 +34,11 @@
|
|||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
import time
|
|
||||||
import tempfile
|
import tempfile
|
||||||
|
import time
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from gzip import GzipFile
|
from gzip import GzipFile
|
||||||
from typing import Dict, Iterator, List, Optional, Set, Tuple, Union, Callable
|
from typing import Dict, Iterator, List, Optional, Set, Tuple, Union
|
||||||
|
|
||||||
import llnl.util.filesystem as fs
|
import llnl.util.filesystem as fs
|
||||||
import llnl.util.lock as lk
|
import llnl.util.lock as lk
|
||||||
@ -1248,7 +1248,6 @@ def start(self):
|
|||||||
unsigned = install_args.get("unsigned")
|
unsigned = install_args.get("unsigned")
|
||||||
pkg, pkg_id = self.pkg, self.pkg_id
|
pkg, pkg_id = self.pkg, self.pkg_id
|
||||||
self.start_time = self.start_time or time.time()
|
self.start_time = self.start_time or time.time()
|
||||||
action = self.install_action
|
|
||||||
|
|
||||||
# Use the binary cache to install if requested,
|
# Use the binary cache to install if requested,
|
||||||
# save result to be handled in BuildTask.complete()
|
# save result to be handled in BuildTask.complete()
|
||||||
|
Loading…
Reference in New Issue
Block a user