mirror of
https://github.com/ciromattia/kcc
synced 2026-04-15 13:38:46 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74fee9346c | ||
|
|
9fcacd7ae6 |
@@ -1,4 +1,4 @@
|
|||||||
__version__ = '9.3.4'
|
__version__ = '9.3.5'
|
||||||
__license__ = 'ISC'
|
__license__ = 'ISC'
|
||||||
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
|
|||||||
@@ -905,7 +905,9 @@ def getWorkFolder(afile):
|
|||||||
os.path.join(fullPath, tdir[0], 'ComicInfo.xml')
|
os.path.join(fullPath, tdir[0], 'ComicInfo.xml')
|
||||||
)
|
)
|
||||||
if len(tdir) == 1 and os.path.isdir(os.path.join(fullPath, tdir[0])):
|
if len(tdir) == 1 and os.path.isdir(os.path.join(fullPath, tdir[0])):
|
||||||
path = os.path.join(fullPath, tdir[0])
|
for file in os.listdir(os.path.join(fullPath, tdir[0])):
|
||||||
|
move(os.path.join(fullPath, tdir[0], file), fullPath)
|
||||||
|
os.rmdir(os.path.join(fullPath, tdir[0]))
|
||||||
return workdir
|
return workdir
|
||||||
|
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user