Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
buchgr committed Mar 1, 2019
1 parent 90c757c commit 481db5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ private boolean actionValueIsDirtyWithDirectSystemCalls(ActionExecutionValue act
boolean lastSeenRemotely = fileValue != null && fileValue.isRemote();
if (!fileMetadata.exists() && lastSeenRemotely) {
// The output file does not exist in the output tree, but the last time we created it
// it was stored on a remotely so there is no need to invalidate it.
// it was stored remotely so there is no need to invalidate it.
continue;
}

Expand Down

0 comments on commit 481db5e

Please sign in to comment.