Skip to content
Snippets Groups Projects
Commit 0ccc5be6 authored by François  LAURENT's avatar François LAURENT
Browse files

special labels

parent 70ff8d56
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,10 @@ def import_label(s):
return 'ROLL'
elif s == 'RUN_LARGE':
return 'RUN'
elif s == '¬HUNCH':
return 'RUN' # whatever action other than hunch
elif s == '¬ROLL':
return 'RUN' # idem
else:
return s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment