Fixed python typo

This commit is contained in:
xawotihs
2014-08-25 00:27:40 +02:00
parent 83e0869548
commit 870f6e3b58

View File

@@ -5,7 +5,7 @@ from pyjavaproperties import Properties
from optparse import OptionParser
from github3 import login
def checkRelease(repository, remote)
def checkRelease(repository, remote):
for r in repository.iter_releases():
if r.name == 'latest-master' :
release = r