(self)
| 554 | return json.dumps(prod_dict,indent=2) |
| 555 | |
| 556 | def show_catalog_url(self): |
| 557 | self.resize() |
| 558 | self.u.head() |
| 559 | print("Current Catalog: {}".format(self.current_catalog)) |
| 560 | print("Max macOS Version: {}".format(self.num_to_macos(self.current_macos,for_url=False))) |
| 561 | print("") |
| 562 | print("{}".format(self.build_url())) |
| 563 | if self.interactive: |
| 564 | print("") |
| 565 | self.u.grab("Press [enter] to return...") |
| 566 | |
| 567 | def pick_catalog(self): |
| 568 | self.resize() |