mirror of https://github.com/CGAL/cgal
trivial fix (Python issue)
This commit is contained in:
parent
99d842401a
commit
9c31f25653
|
|
@ -68,7 +68,7 @@ else:
|
||||||
print_verbose(" index path is {}".format(repo.index_path()))
|
print_verbose(" index path is {}".format(repo.index_path()))
|
||||||
print_verbose("Getting commits in current branch", end='')
|
print_verbose("Getting commits in current branch", end='')
|
||||||
print_verbose(" {}".\
|
print_verbose(" {}".\
|
||||||
format(str(repo.refs.read_ref('HEAD'), "ascii")), end='')
|
format(str(repo.refs.read_ref(b'HEAD'), "ascii")), end='')
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
walk = repo.get_walker(include=repo.head(),\
|
walk = repo.get_walker(include=repo.head(),\
|
||||||
exclude=[repo.get_refs()[b'refs/remotes/cgal/master']])
|
exclude=[repo.get_refs()[b'refs/remotes/cgal/master']])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue