no more "-- " in labels/tags

This commit is contained in:
2019-11-20 19:15:05 +01:00
parent be4c8d0bf1
commit 9f16aa999b
2 changed files with 6 additions and 3 deletions

2
src/view/utils.py Normal file
View File

@@ -0,0 +1,2 @@
def clean_label(label):
return label.replace("-- ", "")