Skip to content
Snippets Groups Projects
Commit 5e32b10f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

clean up

parent 19a84b75
Branches
No related tags found
2 merge requests!71REL: RElease v0.2.0,!5FIX: use identifiable instead of record
Pipeline #29354 failed
...@@ -21,13 +21,6 @@ import pytest ...@@ -21,13 +21,6 @@ import pytest
from pytest import raises from pytest import raises
def basic_ident_lookup(rec, idents):
if rec.parents[0].name in idents:
return idents[rec.parents[0].name]
else:
return None
def rfp(*pathcomponents): def rfp(*pathcomponents):
""" """
Return full path. Return full path.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment