Skip to content

Commit

Permalink
removed argument from function call
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Oct 31, 2024
1 parent 73d722e commit 0e5ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibigrid/core/actions/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def start_vpn_or_master(self, configuration, provider): # pylint: disable=too-m
@param provider: provider
@return:
"""
identifier, instance = self.prepare_vpn_or_master_args(configuration, provider)
identifier, instance = self.prepare_vpn_or_master_args(configuration)
external_network = provider.get_external_network(configuration["network"])
with self.vpn_master_thread_lock:
if identifier == MASTER_IDENTIFIER: # pylint: disable=comparison-with-callable
Expand Down

0 comments on commit 0e5ae14

Please sign in to comment.