worker: fix string formatting issue

Summary:
In a previous diff I did a last minute refactor that apparently broke a
test. I needed to update this line as well to swap the arguments.

Reviewed By: singhsrb

Differential Revision: D15219418

fbshipit-source-id: c66a2cf7bbbec80ebbbd6ca818151de5f0c2d2c5
This commit is contained in:
Durham Goode 2019-05-06 14:07:54 -07:00 committed by Facebook Github Bot
parent 9b6992506a
commit 34d0345ce3

View File

@ -1460,7 +1460,7 @@ def batchremove(repo, wctx, actions):
i = 0
i += 1
if i > 0:
yield i, f, 0
yield i, 0, f
if cwd and not pycompat.getcwdsafe():
# cwd was removed in the course of removing files; print a helpful