Commit c7b0f13
TypeError Exception in sentry.runner.settings.get_sentry_conf()
If click.get_current_context() returns None, trying to access
ctx.object['config'] yields a TypeError. This happens when trying to
write a sentry command in a separate module from sentry, when
calling sentry.runner.settings.configure()1 parent a61a537 commit c7b0f13
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments