mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 20:54:51 +00:00
Make pylint happy
This commit is contained in:
@@ -197,8 +197,7 @@ class Templategen:
|
||||
# Canonicalize relative path
|
||||
dst = os.path.join(os.path.dirname(src), dst)
|
||||
return self._get_filetype(dst)
|
||||
else:
|
||||
return filetype
|
||||
return filetype
|
||||
|
||||
def _handle_file(self, src):
|
||||
"""generate the file content from template"""
|
||||
|
||||
Reference in New Issue
Block a user