Gunnar Strand
Results
2
issues of
Gunnar Strand
Sometimes references are stored in the file `.git/packed-refs`. The code in [`fun.name_do_object()`](https://github.com/gitpython-developers/GitPython/blob/3e1fe7f6a83633207c9e743708c02c6e66173e7d/git/repo/fun.py#L106) does not handle that case, causing BadName exception. Ref: https://git-scm.com/docs/git-pack-refs
acknowledged
I'm getting KeyError '' when trying to scale using a binary quantity: ``` >>> from quantiphy import Quantity >>> i=Quantity(100.0, binary=True) >>> print(i.binary(scale='Mi')) Traceback (most recent call last): File "",...