Skip to content

Commit

Permalink
Update _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 28, 2023
1 parent 112a24b commit f2e3e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf_zarr/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def git_pieces_from_vcs(tag_prefix, root, verbose, run_command=run_command):
# TAG-NUM-gHEX
mo = re.search(r'^(.+)-(\d+)-g([0-9a-f]+)$', git_describe)
if not mo:
# unparseable. Maybe git-describe is misbehaving?
# unparsable. Maybe git-describe is misbehaving?
pieces["error"] = ("unable to parse git-describe output: '%s'"
% describe_out)
return pieces
Expand Down

0 comments on commit f2e3e84

Please sign in to comment.