Skip to content

Commit 11032ce

Browse files
committed
fix: broken translatable error message template
1 parent 6e11818 commit 11032ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ def do_restore(self, args):
18401840
raise UsageError(e.args[0])
18411841
except IndexError:
18421842
raise UsageError(_('no such %(classname)s node '
1843-
'" % (nodeid)s"') % locals())
1843+
'"%(nodeid)s"') % locals())
18441844
self.db_uncommitted = True
18451845
return 0
18461846

0 commit comments

Comments
 (0)