mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Add hint that exception can be ignored
This commit is contained in:
@@ -118,7 +118,7 @@ public final class HgEnvironment
|
|||||||
String credentials = hookManager.getCredentials();
|
String credentials = hookManager.getCredentials();
|
||||||
environment.put(SCM_BEARER_TOKEN, credentials);
|
environment.put(SCM_BEARER_TOKEN, credentials);
|
||||||
} catch (ProvisionException e) {
|
} catch (ProvisionException e) {
|
||||||
LOG.debug("could not create bearer token; looks like currently we are not in a request", e);
|
LOG.debug("could not create bearer token; looks like currently we are not in a request; probably you can ignore the following exception:", e);
|
||||||
}
|
}
|
||||||
environment.put(ENV_PYTHON_PATH, HgUtil.getPythonPath(handler.getConfig()));
|
environment.put(ENV_PYTHON_PATH, HgUtil.getPythonPath(handler.getConfig()));
|
||||||
environment.put(ENV_URL, hookUrl);
|
environment.put(ENV_URL, hookUrl);
|
||||||
|
|||||||
Reference in New Issue
Block a user