Fix PyLint warning

This commit is contained in:
Ivan Kravets
2016-07-05 13:28:22 +03:00
parent 5cd3f9d84d
commit db204941ed

View File

@ -132,7 +132,8 @@ class ProjectGenerator(object):
content = f.read() content = f.read()
return bottle.template(content, **self._tplvars) return bottle.template(content, **self._tplvars)
def _merge_contents(self, dst_path, contents): @staticmethod
def _merge_contents(dst_path, contents):
file_name = basename(dst_path) file_name = basename(dst_path)
# merge .gitignore # merge .gitignore