We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 702b9d8 + bf77038 commit 946adaaCopy full SHA for 946adaa
src/file_format.py
@@ -108,6 +108,7 @@ def find_clang_format():
108
ros_pkg_path = rospack.get_path(input_ros_pkg)
109
except Exception, e:
110
print "Can't find ROS Package with name '" + input_ros_pkg + "', please try another one."
111
+ input_ros_pkg = raw_input("ROS Package: ")
112
continue
113
114
# format all files according to the selected file type
0 commit comments