mirror of
https://github.com/clearml/clearml
synced 2025-02-07 21:33:25 +00:00
Fix Python 3.5 Unicode support
This commit is contained in:
parent
b58c70f65e
commit
d0db6ea919
@ -916,7 +916,8 @@ def browser_login(clearml_server=None):
|
||||
print("")
|
||||
if counter:
|
||||
# these emojis actually requires python 3.6+
|
||||
print("\nHurrah! \N{face with party horn and party hat} \N{confetti ball} \N{party popper}") # noqa: E999
|
||||
# print("\nHurrah! \N{face with party horn and party hat} \N{confetti ball} \N{party popper}")
|
||||
print("\nHurrah! \U0001f973 \U0001f38a \U0001f389")
|
||||
|
||||
if token:
|
||||
# set Token
|
||||
|
Loading…
Reference in New Issue
Block a user