summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/batch.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/batch.py')
-rw-r--r--ipalib/plugins/batch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/batch.py b/ipalib/plugins/batch.py
index 5455340b..10277ceb 100644
--- a/ipalib/plugins/batch.py
+++ b/ipalib/plugins/batch.py
@@ -74,8 +74,8 @@ class batch(Command):
)
has_output = (
- Output('count', int, doc=_('')),
- Output('results', list, doc=_(''))
+ Output('count', int, doc=''),
+ Output('results', list, doc='')
)
def execute(self, *args, **options):