Skip to content

prORAC expects the libraries to contain only functional executables #63

Description

@adamcpovey

A common problem for ORAC is that it attempts to run something it found in the PATH that it shouldn't be running. pyORAC tries to work around this by both being very particular about what goes into the PATH and actually testing things work before calling ORAC.

That's all well and good until someone leaves broken ncdump executables in their library folder. That will trip

raise OracError('ncdump is non-functional.')
which ends execution. At some point, I should go do this better.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions