mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 21:24:10 +00:00
Make pylint happy
This commit is contained in:
@@ -197,7 +197,6 @@ class Templategen:
|
|||||||
# Canonicalize relative path
|
# Canonicalize relative path
|
||||||
dst = os.path.join(os.path.dirname(src), dst)
|
dst = os.path.join(os.path.dirname(src), dst)
|
||||||
return self._get_filetype(dst)
|
return self._get_filetype(dst)
|
||||||
else:
|
|
||||||
return filetype
|
return filetype
|
||||||
|
|
||||||
def _handle_file(self, src):
|
def _handle_file(self, src):
|
||||||
|
|||||||
Reference in New Issue
Block a user