mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
writer: don't create empty PcGts at init
This commit is contained in:
parent
8c4e9b6068
commit
b8d818ede1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class EynollahXmlWriter():
|
|||
self.image_filename = image_filename
|
||||
self.image_filename_stem = Path(Path(image_filename).name).stem
|
||||
self.curved_line = curved_line
|
||||
self.pcgts = pcgts if pcgts else PcGtsType()
|
||||
self.pcgts = pcgts
|
||||
self.scale_x = None # XXX set outside __init__
|
||||
self.scale_y = None # XXX set outside __init__
|
||||
self.height_org = None # XXX set outside __init__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue