mirror of https://gitlab.com/bashrc2/epicyon
Emoji debug
parent
77c047c8f5
commit
12b112ae97
|
@ -355,6 +355,7 @@ def replace_emoji_from_tags(session, base_dir: str,
|
||||||
replace_char)
|
replace_char)
|
||||||
replaced = True
|
replaced = True
|
||||||
except BaseException:
|
except BaseException:
|
||||||
|
if debug:
|
||||||
print('EX: replace_emoji_from_tags 1 ' +
|
print('EX: replace_emoji_from_tags 1 ' +
|
||||||
'no conversion of ' +
|
'no conversion of ' +
|
||||||
str(icon_name) + ' to chr ' +
|
str(icon_name) + ' to chr ' +
|
||||||
|
@ -377,7 +378,9 @@ def replace_emoji_from_tags(session, base_dir: str,
|
||||||
replaced = True
|
replaced = True
|
||||||
except BaseException:
|
except BaseException:
|
||||||
icon_code_sequence = ''
|
icon_code_sequence = ''
|
||||||
print('EX: replace_emoji_from_tags 2 ' +
|
if debug:
|
||||||
|
print('EX: ' +
|
||||||
|
'replace_emoji_from_tags 2 ' +
|
||||||
'no conversion of ' +
|
'no conversion of ' +
|
||||||
str(icode) + ' to chr ' +
|
str(icode) + ' to chr ' +
|
||||||
tag_item['name'] + ' ' +
|
tag_item['name'] + ' ' +
|
||||||
|
|
Loading…
Reference in New Issue