Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix attribute access on potential None type
Replaces the direct reference to `config.azure_credential` with one which is guarded against `config` being `None`. Because `resource_group` was set in a similar manner the code is combined with the existing code which accessed `config.resource_group`. Closes BAR-102. Signed-off-by: Michael Wallace <[email protected]>
- Loading branch information