DIRACGrid / COMDIRAC

Package to supply a comprehensive list of commands for the DIRAC user interface
GNU General Public License v3.0
2 stars 6 forks source link

catch and handle lcg_util import errors #55

Closed pigay closed 6 years ago

pigay commented 8 years ago

When DIRAC client is not installed with lcg_util, dget and dput commands involving transfers with grid SEs raise a lcg_util related ImportError.

This could be catch in COMDIRAC commands for handling. For example we could print a more comprehensive error message, with hints on how to fix it (with StorageProxy).

pigay commented 6 years ago

fixed in #66