mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-15 07:09:55 +02:00
do not require 'dir_out' outside 'dir_in' mode
This commit is contained in:
parent
ea136e3ddd
commit
af4e2a4ffc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class EynollahXmlWriter():
|
||||||
self.counter = EynollahIdCounter()
|
self.counter = EynollahIdCounter()
|
||||||
self.dir_out = dir_out
|
self.dir_out = dir_out
|
||||||
self.image_filename = image_filename
|
self.image_filename = image_filename
|
||||||
self.output_filename = os.path.join(self.dir_out, self.image_filename_stem) + ".xml"
|
self.output_filename = os.path.join(self.dir_out or "", self.image_filename_stem) + ".xml"
|
||||||
self.curved_line = curved_line
|
self.curved_line = curved_line
|
||||||
self.textline_light = textline_light
|
self.textline_light = textline_light
|
||||||
self.pcgts = pcgts
|
self.pcgts = pcgts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue