mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0b7c14102d
commit
55b34a6165
@ -66,7 +66,7 @@ class Report(object):
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
return ascii_filename(self.theme.title).replace(' ', '_').lower()
|
||||
return ascii_filename(self.theme.title).replace(' ', '_').replace('.', '_').lower()
|
||||
|
||||
def read_theme_from_folder(path):
|
||||
path = os.path.abspath(path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user