Changes between Initial Version and Version 1 of Ticket #28490, comment 6


Ignore:
Timestamp:
Jun 4, 2019, 12:03:13 PM (5 years ago)
Author:
ajcsimons

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28490, comment 6

    initial v1  
    1111        return current if updated is None else updated
    1212}}}
     135. So the simplification of the hasattr branch was valid, but the removal of the else branch to no longer check get_field doesn't throw before returning an error was not a refactor but a functionality altering change which makes this method return errors in cases where it used not to.
Back to Top