Skip to content

Commit

Permalink
fixup! Move check-if-referenced to basic_object
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlendHaa committed Feb 25, 2019
1 parent 461733f commit a505a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/dlisio/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ def __str__(self):
s += "\t{}: {}\n".format(key, value)
return s

def checkref(self, base, obj):
@staticmethod
def checkref(base, obj):
""" Check if base cotains obj
Parameters:
Expand Down

0 comments on commit a505a76

Please sign in to comment.