-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master, 5.1.0
-
Component/s: CLI: pegasus-transfer
-
None
In p-transfer main(), everything after logging config should be placed in a separate function that can be invoked directly from another python script. Usage of myexit(rc) in that separate function needs to be replaced by raised exceptions.