Skip to content

Commit

Permalink
fix code into short line
Browse files Browse the repository at this point in the history
Signed-off-by: ShotaAshida <omushota@gmail.com>
  • Loading branch information
ShotaAshida committed Oct 30, 2019
1 parent d931c30 commit b6134ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chaosazure/aks/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,5 @@ def node_resource_group_query(query, sample, configuration, secrets):
if sample is None:
return "where resourceGroup =~ '{}'".format(node_resource_group)
else:
return "where resourceGroup =~ '{}' | sample {}".format(node_resource_group, sample)
return "where resourceGroup =~ '{}' | sample {}".format(
node_resource_group, sample)

0 comments on commit b6134ba

Please sign in to comment.