nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Don't subpress `CalledProcessError` in `get_proxy_info` and add tests #143

Closed meliache closed 2 years ago

meliache commented 2 years ago

When the proxy is not initalized, the proxy info script raises an error. Better not subpress that, because in some cases we want the user to notice and error if get_proxy_info is called before an initialization is happened. The except we can do where we choose to ignore the error.

Resolves #139