[script][backup]reindent

This commit is contained in:
Mathieu Maret 2016-03-02 18:02:49 +01:00
parent e602f21981
commit 231c89f56c
1 changed files with 13 additions and 11 deletions

View File

@ -30,8 +30,10 @@ def sendMail(stdOut,stdErr,repo):
s.sendmail(EMAIL_ORI, dest, msg.as_string())
s.quit()
def getRepoList():
gitolite_conf = open(os.path.join(GITOLITE_DEPOT_PATH, "conf/gitolite.conf"), 'r')
gitolite_conf = open(os.path.join(
GITOLITE_DEPOT_PATH, "conf/gitolite.conf"), 'r')
content = gitolite_conf.read()
repo = []
for line in content.split("\n"):