1
0
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:
Joey Territo
2023-07-22 15:26:42 -05:00
committed by deadc0de
parent 9954a21e3f
commit 574e88630c

View File

@@ -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"""