Skip to content

Commit

Permalink
not equal to gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Nov 14, 2024
1 parent 0ecba41 commit 8b39870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def inject_node_scenario(
)

# GCP api doesn't support multiprocessing calls, will only actually run 1
if parallel_nodes and node_scenario['cloud_type'].lower() is not "gcp":
if parallel_nodes and node_scenario['cloud_type'].lower() != "gcp":
self.multiprocess_nodes(nodes, node_scenario_object, action, node_scenario)
else:
for single_node in nodes:
Expand Down

0 comments on commit 8b39870

Please sign in to comment.