mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user