Skip to content

Commit

Permalink
Update owl_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnolte committed May 14, 2024
1 parent 5b22835 commit 5919450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vocab/owl_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _create_class_objects(self):

def set_class_info(self, target_class):
class_obj = getattr(getattr(self.namespace, target_class)
print("Class_obj {}".format(class_obj))
print "Class_obj {}".format(class_obj)

comment = getattr(getattr(self.namespace, target_class), "comment")
if(comment):
Expand Down

0 comments on commit 5919450

Please sign in to comment.