parent
f7345a8a54
commit
ee9d316217
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ class BlockPair():
|
|||
self.view_proc: subprocess.Popen | None = None
|
||||
|
||||
# Set map path
|
||||
# e.g. '(Clone|Image)_Model[_p#]_Size[_Label].map'
|
||||
map_name = source_dev.model
|
||||
# e.g. '(Clone|Image)_Model_Serial[_p#]_Size[_Label].map'
|
||||
map_name = f'{source_dev.model}_{source_dev.serial}'
|
||||
if source_dev.bus == 'Image':
|
||||
map_name = 'Image'
|
||||
if source_dev.parent:
|
||||
|
|
|
|||
Loading…
Reference in a new issue