Skip to content

Commit ad72d43

Browse files
committed
Update setup.py
1 parent b7afccf commit ad72d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)