From 6e699121400606799054f767038b6f88c6549af3 Mon Sep 17 00:00:00 2001 From: fling Date: Sun, 17 Oct 2010 19:57:17 +0800 Subject: [PATCH] modified: ri_oper.py format --- interface/ri_oper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/ri_oper.py b/interface/ri_oper.py index 0e5452b..0338486 100644 --- a/interface/ri_oper.py +++ b/interface/ri_oper.py @@ -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('-')