Get workspace folder
()
| 14 | |
| 15 | |
| 16 | def use_workspace(): |
| 17 | """Get workspace folder""" |
| 18 | workspace_path = slashen(WORKSPACE["path"], "native") |
| 19 | validate_path(workspace_path) |
| 20 | return workspace_path |
| 21 | |
| 22 | |
| 23 | def use_assets(): |
no test coverage detected