summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index db1cae4f2..d320f02e0 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -666,7 +666,7 @@ class Command(HasParam):
performs is executed remotely.
"""
if self.api.env.in_server:
- return self.execute(*args, **options)
+ return self.execute(*args, **options)
return self.forward(*args, **options)
def execute(self, *args, **kw):