Skip to content

Commit

Permalink
[Fix] Can only join strings
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Dec 17, 2020
1 parent 65c7e41 commit 617d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ankipandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"developers, so AnkiPandas has decided to drop support of python "
" < 3.6. We strongly encourage you to update your python version to "
"receive updates.",
".".join(sys.version_info),
".".join(map(str, sys.version_info)),
)

0 comments on commit 617d376

Please sign in to comment.