modified: ri_oper.py
format
This commit is contained in:
@@ -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('-')
|
||||
|
||||
Reference in New Issue
Block a user