Show More
@@ -633,7 +633,10 b' def determine_upgrade_actions(' | |||||
633 | newactions = [] |
|
633 | newactions = [] | |
634 |
|
634 | |||
635 | for d in format_upgrades: |
|
635 | for d in format_upgrades: | |
636 |
|
|
636 | if util.safehasattr(d, '_requirement'): | |
|
637 | name = d._requirement | |||
|
638 | else: | |||
|
639 | name = None | |||
637 |
|
640 | |||
638 | # If the action is a requirement that doesn't show up in the |
|
641 | # If the action is a requirement that doesn't show up in the | |
639 | # destination requirements, prune the action. |
|
642 | # destination requirements, prune the action. |
General Comments 0
You need to be logged in to leave comments.
Login now