Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit cac060c

Browse files
committed
Formatting
1 parent 652a232 commit cac060c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clcache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,8 @@ def postprocessObjectEvicted(cache, objectFile, cachekey, compilerResult):
13571357

13581358
def createManifestEntry(manifestHash, includePaths):
13591359
includesWithHash = [[path, getFileHash(path)] for path in includePaths]
1360-
includesContentHash = ManifestRepository.getIncludesContentHashForHashes([hash for include, hash in includesWithHash])
1360+
includesContentHash = ManifestRepository.getIncludesContentHashForHashes(
1361+
[hash for include, hash in includesWithHash])
13611362
cachekey = CompilerArtifactsRepository.computeKeyDirect(manifestHash, includesContentHash)
13621363

13631364
safeIncludes = [collapseBasedirToPlaceholder(path) for path, contentHash in includesWithHash]

0 commit comments

Comments
 (0)