modified: ri_oper.py

format
This commit is contained in:
fling
2010-10-17 19:57:17 +08:00
parent 6df3e0f7ba
commit 6e69912140

View File

@@ -204,7 +204,7 @@ class GenerateIssue(Operation):
def get_arguments(self):
args=[]
# FIXME if tag file format is error?
if os.path.isfile("/tag") :
if os.path.isfile("/tag"):
fd=open("/tag","r")
string = fd.read()
list = string.split('\n')[0].split('-')