From 6a55a86f563a94ece21d4b2ecb20705abd42a7dc Mon Sep 17 00:00:00 2001 From: lxnay Date: Fri, 10 Oct 2008 11:27:29 +0000 Subject: [PATCH] Entropy/ServerInterface: - fix indentation into migrate_repository_databases_to_new_branched_path() git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2512 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index c4fe18084..98a39e07a 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -14949,10 +14949,10 @@ class ServerInterface(TextInterface): repo_filename = os.path.basename(repo_file) shutil.move(repo_file,os.path.join(my_branched_dir,repo_filename)) - f = open(migrated_filepath,"w") - f.write("done\n") - f.flush() - f.close() + f = open(migrated_filepath,"w") + f.write("done\n") + f.flush() + f.close() def add_client_database_to_repositories(self): etpConst['server_repositories'][etpConst['clientserverrepoid']] = {}