mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #9548 from cvrebert/patch-2
digital_ocean._get_node: rm unused 'location' arg
This commit is contained in:
commit
50da092904
@ -540,7 +540,7 @@ def show_instance(name, call=None):
|
||||
return _get_node(name)
|
||||
|
||||
|
||||
def _get_node(name, location=None):
|
||||
def _get_node(name):
|
||||
attempts = 10
|
||||
while attempts >= 0:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user