Skip to content
Snippets Groups Projects
Unverified Commit cb04d4cb authored by Leroy Rügemer's avatar Leroy Rügemer Committed by GitHub
Browse files

escape maven settings

catkin tools - melodic bug?
parent 1a2b7859
Branches
No related tags found
No related merge requests found
...@@ -142,6 +142,6 @@ if __name__ == '__main__': ...@@ -142,6 +142,6 @@ if __name__ == '__main__':
home = os.path.join(workspaces[0], 'share', 'maven') home = os.path.join(workspaces[0], 'share', 'maven')
print(home) print(home)
elif args.create_maven_settings: elif args.create_maven_settings:
print(MAVEN_HEADER + get_repositories_xml() + MAVEN_FOOTER) print((MAVEN_HEADER + get_repositories_xml() + MAVEN_FOOTER).encode('string_escape'))
else: else:
print("Nothing to see here - please provide one of the valid command switches.") print("Nothing to see here - please provide one of the valid command switches.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment