You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
In [1]: from autoreduce_qp.queue_processor.reduction.service import ReductionScript
In [2]: rs = ReductionScript("INTER")
In [3]: rs
Out[3]: <autoreduce_qp.queue_processor.reduction.service.ReductionScript at 0x7faa68cd5a90>
In [4]: rs.script_path
Out[4]: PosixPath('/isis/NDXINTER/user/scripts/autoreduction/reduce.py')
It would be nicer if just doing rs prints out the script_path
The text was updated successfully, but these errors were encountered:
Currently the representation of the object is:
It would be nicer if just doing rs prints out the script_path
The text was updated successfully, but these errors were encountered: