Fixed get_mosaic_map_dict() to include the postprocess section
This commit is contained in:
parent
c1f4a0d8e2
commit
8fe85b3be0
|
|
@ -523,7 +523,8 @@ class AFCMUniverseMapFile:
|
|||
return {
|
||||
"mosaic": self.mosaic_head,
|
||||
"metadata": self.metadata,
|
||||
"files": self.mosaic_file_list
|
||||
"files": self.mosaic_file_list,
|
||||
"postprocess": self.mosaic_postprocess
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue