Skip to content

Commit 4bdd0d1

Browse files
committed
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 d6d6124 commit 4bdd0d1

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)