Skip to content

Commit d131c1e

Browse files
authored
revert unrelated fix, moved to separate PR
1 parent 48d5b88 commit d131c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colcon_core/task/python/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _symlinks_in_build(self, args, setup_py_data):
270270
if not os.path.exists(os.path.join(args.path, py_module)):
271271
raise RuntimeError(
272272
"Provided py_modules '{py_module}' does not exist"
273-
.format_map(locals()))
273+
.format__map(locals()))
274274
items += py_modules_list
275275
data_files = get_data_files_mapping(
276276
setup_py_data.get('data_files') or [])

0 commit comments

Comments
 (0)