Skip to content

Move update callback one while loop out in pack_all_loose #202

Description

@GeigerJ2

Currently, this is done for every loose object:

if callback:
callback(
'update',
obj_dict['size'],
)

Instead, if we move it one while loop out, it will be done for every pack, whichh is probably what we want.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions