Thanks to visit codestin.com
Credit goes to github.com

Skip to content

changes --count complains about message type #77

@Brickster

Description

@Brickster
$ git changes
6459977 Update changelog
$ git changes --count
Traceback (most recent call last):
  File "/Users/marcus/Development/python/git-commands/bin/git-changes", line 192, in <module>
    main()
  File "/Users/marcus/Development/python/git-commands/bin/git-changes", line 187, in main
    result = func(**args)
  File "/Users/marcus/Development/python/git-commands/bin/commands/changes.py", line 114, in changes
    messages.info(len(log))
  File "/Users/marcus/Development/python/git-commands/bin/commands/utils/messages.py", line 52, in info
    _print(message, quiet=quiet)
  File "/Users/marcus/Development/python/git-commands/bin/commands/utils/messages.py", line 8, in _print
    assert isinstance(message, str), "message must be a str"
AssertionError: message must be a str

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions