Fix search/replace fail
This commit is contained in:
parent
89108be013
commit
dd9d6264c7
@ -371,7 +371,7 @@ class CommandDispatcher:
|
|||||||
directory = os.path.dirname(filename)
|
directory = os.path.dirname(filename)
|
||||||
if directory and not os.path.exists(directory):
|
if directory and not os.path.exists(directory):
|
||||||
os.mkdir(directory)
|
os.mkdir(directory)
|
||||||
tab.printing.to_filename(filename)
|
tab.printing.to_pdf(filename)
|
||||||
log.misc.debug("Print to file: {}".format(filename))
|
log.misc.debug("Print to file: {}".format(filename))
|
||||||
|
|
||||||
def _print(self, tab):
|
def _print(self, tab):
|
||||||
|
Loading…
Reference in New Issue
Block a user