PR2 / pr2_pbd

Programming by demonstration for the PR2
12 stars 22 forks source link

Quick fix for bug that crashes any system running pbd for the first time... #4

Closed mbforbes closed 10 years ago

mbforbes commented 10 years ago

...: os.mkdir doesn't create intermediate directories (like ~/data), so replace with os.makedirs which does.