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
This commit is contained in:
@@ -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']] = {}
|
||||
|
||||
Reference in New Issue
Block a user