Mixing spaces and tabs is not allowed in python3.
Patch attached.
From fce642348d11e80fe291eda3ca533a06b6909ec6 Mon Sep 17 00:00:00 2001
From: Martin Basti <[email protected]>
Date: Wed, 14 Oct 2015 09:53:04 +0200
Subject: [PATCH] Replace tab with space in test_user_plugin.py
Mixing tabs and spaces is not allowed in python3
---
ipatests/test_xmlrpc/test_user_plugin.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ipatests/test_xmlrpc/test_user_plugin.py b/ipatests/test_xmlrpc/test_user_plugin.py
index b4355261f45087631b2509c70f4408a40e541922..18305ad02906a63baafcdf49bd2c93fa39dc4584 100644
--- a/ipatests/test_xmlrpc/test_user_plugin.py
+++ b/ipatests/test_xmlrpc/test_user_plugin.py
@@ -1740,8 +1740,8 @@ class UserTracker(Tracker):
return self.make_command('user_enable', self.uid)
def make_stage_command(self):
- """ Make function that restores preserved user by moving it to
- staged container """
+ """ Make function that restores preserved user by moving it to
+ staged container """
return self.make_command('user_stage', self.uid)
def track_create(self):
--
2.4.3
--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code