minor bug fixes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -35,3 +35,5 @@ nosetests.xml
|
||||
.pydevproject
|
||||
|
||||
GoogleIssues2CSV.py
|
||||
Mantis.xml
|
||||
MantisXML.txt
|
||||
|
||||
@@ -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
|
||||
@@ -29,6 +29,7 @@ class Template(object):
|
||||
'''
|
||||
Print information
|
||||
'''
|
||||
#print 'Template:', text
|
||||
pass
|
||||
|
||||
class TemplateV2(Template):
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
'''
|
||||
Generates files from csv table.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user