File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
rviz_plugin_tutorials/src/doc
rviz_python_tutorial/doc-src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def run(self):
77
77
code_prefix = '\n .. code-block:: ' + language + '\n \n '
78
78
code_suffix = '\n '
79
79
80
- print "tutorial-formatter running on" , absfilename
80
+ print ( f "tutorial-formatter running on { absfilename } " )
81
81
file_ = open ( absfilename , 'r' )
82
82
text_to_process = ""
83
83
current_block = ""
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def run(self):
77
77
code_prefix = '\n .. code-block:: ' + language + '\n \n '
78
78
code_suffix = '\n '
79
79
80
- print "tutorial-formatter running on" , absfilename
80
+ print ( f "tutorial-formatter running on { absfilename } " )
81
81
file_ = open ( absfilename , 'r' )
82
82
text_to_process = ""
83
83
current_block = ""
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def run(self):
77
77
code_prefix = '\n .. code-block:: ' + language + '\n \n '
78
78
code_suffix = '\n '
79
79
80
- print "tutorial-formatter running on" , absfilename
80
+ print ( f "tutorial-formatter running on { absfilename } " )
81
81
file_ = open ( absfilename , 'r' )
82
82
text_to_process = ""
83
83
current_block = ""
You can’t perform that action at this time.
0 commit comments