labgrid-project / labgrid

Embedded systems control library for development, testing and installation
https://labgrid.readthedocs.io/
Other
327 stars 164 forks source link

labgrid-client fastboot|bootstrap should forbid relative pathes #26

Closed saschahauer closed 7 years ago

saschahauer commented 7 years ago

Currently only a python backtrace shows up. Instead relative pathes could be forbidden with a nice error message telling what's wrong

jluebbe commented 7 years ago

With the current setup, I'd prefer to resolve the relative path to an absolute one in the drivers. That way, we don't have to change the interface when moving to file transfers instead of a shared filesystem.

Emantor commented 7 years ago

Closing, should be fixed by #38.