avoid warning
This commit is contained in:
parent
77517ab506
commit
0b91afb57d
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ finishIngestUnlocked' key source restage lar = do
|
||||||
-}
|
-}
|
||||||
populateUnlockedFiles :: Key -> KeySource -> Restage -> Maybe LinkAnnexResult -> Annex ()
|
populateUnlockedFiles :: Key -> KeySource -> Restage -> Maybe LinkAnnexResult -> Annex ()
|
||||||
populateUnlockedFiles _ _ _ (Just LinkAnnexNoop) = return ()
|
populateUnlockedFiles _ _ _ (Just LinkAnnexNoop) = return ()
|
||||||
populateUnlockedFiles key source restage lar = do
|
populateUnlockedFiles key source restage _ = do
|
||||||
obj <- calcRepo (gitAnnexLocation key)
|
obj <- calcRepo (gitAnnexLocation key)
|
||||||
g <- Annex.gitRepo
|
g <- Annex.gitRepo
|
||||||
ingestedf <- flip fromTopFilePath g
|
ingestedf <- flip fromTopFilePath g
|
||||||
|
|
Loading…
Reference in a new issue