Merge pull request 'Fixed get_mosaic_map_dict() to include the postprocess section' (#2) from fix_mosaic_map_patching into master
Reviewed-on: #2
This commit is contained in:
commit
622e81fb61
|
|
@ -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