Skip to content

Commit 57b7e24

Browse files
author
Shushman Choudhury
committed
Fixes to rock_module
1 parent c9ae969 commit 57b7e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/perception/rock_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(self, kinbody_path, detection_frame, destination_frame):
4848
self.destination_frame = destination_frame
4949

5050
def __str__(self):
51-
return 'RockModule'
51+
return self.__class__.__name__
5252

5353
def _GetDetector(self, env, kinbody_path, detection_frame, destination_frame):
5454
"""

0 commit comments

Comments
 (0)