Skip to content

Commit fd9de78

Browse files
authored
committer_date to string
circleci API calls are currently not including this? Just let it slide, this doesn't seem to serve any purpose other than to tell you more about what version of the code you're using
1 parent f3c714e commit fd9de78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def run(self):
420420

421421
# update plotly.js version in _plotlyjs_version
422422
rev = build_info["vcs_revision"]
423-
date = build_info["committer_date"]
423+
date = str(build_info["committer_date"])
424424
version = "_".join([self.devrepo, self.devbranch, date[:10], rev[:8]])
425425
overwrite_plotlyjs_version_file(version)
426426

0 commit comments

Comments
 (0)