debugcommands: fix test-check-code

Differential Revision: D7666396

fbshipit-source-id: 29e49603f1ef086179dfe9c16d8dee2079f82c89
This commit is contained in:
Kostia Balytskyi 2018-04-18 02:26:19 -07:00 committed by Facebook Github Bot
parent bda8c04368
commit b839b0f51e

View File

@ -1418,7 +1418,7 @@ def debuglocks(ui, repo, **opts):
l = malformed
if l == malformed:
ui.write("%-14s malformed\n" % (name + ":"))
ui.write(_("%-14s malformed\n") % (name + ":"))
return 1
elif l:
l.release()