Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
raporpe committed Feb 2, 2023
1 parent c6d9cc6 commit 1d22465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defender-for-vm-analyzer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_databricks_billable_vms(subscription_id):
except Exception as e:
logger.error("Cannot read the VM status.\
It might be due to lack of permissions.\
Or an error in the API call.: {}".format(e))")
Or an error in the API call.: {}".format(e))
# Skip this VM since it cannot be confirmed to be running
continue

Expand Down

0 comments on commit 1d22465

Please sign in to comment.