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

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):