Skip to content

Commit 27b9191

Browse files
mgrrxmjcarroll
authored andcommitted
Python3 compatibility (ros#135)
1 parent db5594b commit 27b9191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dynparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Example launch file:
7676
try:
7777
params = rospy.get_param("~")
7878
except KeyError:
79-
print >> sys.stderr, 'error updating parameters: no parameters found on parameter server'
79+
print('error updating parameters: no parameters found on parameter server', file=sys.stderr)
8080
return
8181

8282
set_params(node, params, timeout=options.timeout)

0 commit comments

Comments
 (0)