Spelling

parent c1e1906f
...@@ -283,7 +283,7 @@ class Partition(object): ...@@ -283,7 +283,7 @@ class Partition(object):
# TODO how to fetch the good template? Naming conventions? # TODO how to fetch the good template? Naming conventions?
template_location = os.path.join(self.software_path, 'template.cfg') template_location = os.path.join(self.software_path, 'template.cfg')
config_location = os.path.join(self.instance_path, 'buildout.cfg') config_location = os.path.join(self.instance_path, 'buildout.cfg')
self.logger.debug("Coping %r to %r" % (template_location, config_location)) self.logger.debug("Copying %r to %r" % (template_location, config_location))
try: try:
shutil.copy(template_location, config_location) shutil.copy(template_location, config_location)
except IOError, e: except IOError, e:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment