minor bug fixes

This commit is contained in:
KaiSD
2013-11-11 01:50:20 +04:00
parent 6e29f14fc6
commit 8f07f06981
4 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@@ -35,3 +35,5 @@ nosetests.xml
.pydevproject
GoogleIssues2CSV.py
Mantis.xml
MantisXML.txt

View File

@@ -53,7 +53,7 @@ class ATG(object):
self.log(' Saved %s' % (name+'.'+extension))
f.close()
else:
name = self.template.bonusPrefix + '.' + extension
name = self.template.bonusPrefix
if name == '.':
name = self.template.keyField
namepath = name.replace('\\', '/').split('/')
@@ -71,4 +71,5 @@ class ATG(object):
'''
Print information
'''
#print 'ATG:', text
pass

View File

@@ -29,6 +29,7 @@ class Template(object):
'''
Print information
'''
#print 'Template:', text
pass
class TemplateV2(Template):

View File

@@ -1,5 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
'''
Generates files from csv table.