Skip to content
Snippets Groups Projects
Error.py 195 B
Newer Older
from GEODE import uid

def TwoAnnotations(text, first, second):
    textUID = text if type(text) == str else uid(text)
    return f"Found two annotations for {textUID}: '{first}' and '{second}'"