From c6c84faecf5b7017c0d648d76ba0db4a2eba2f03 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Fri, 17 Jul 2015 13:25:32 +0200 Subject: Py3: replace tab with space python3 does not allow to mix spaces and tabs Reviewed-By: Christian Heimes --- ipapython/sysrestore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython') diff --git a/ipapython/sysrestore.py b/ipapython/sysrestore.py index 99d78b1b4..935e4c6ce 100644 --- a/ipapython/sysrestore.py +++ b/ipapython/sysrestore.py @@ -227,7 +227,7 @@ class FileStore: tasks.restore_context(path) - #force file to be deleted + # force file to be deleted self.files = {} self.save() -- cgit