Rename to print_data() (oops)

This commit is contained in:
Christophe Bedard 2019-11-17 14:15:49 -08:00
parent 7347900349
commit 3eac741a4c
6 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@
"# Process\n",
"events = load_file(converted_file_path)\n",
"handler = Ros2Handler.process(events)\n",
"#handler.data.print()"
"#handler.data.print_data()"
]
},
{