runners : linter reports cleanup
del an unused parameter and remove a whitespace
This commit is contained in:
@@ -6,6 +6,7 @@ from unisync.paths import PathsManager
|
|||||||
from unisync.config import Config
|
from unisync.config import Config
|
||||||
|
|
||||||
def unisync_sync(synchroniser:Synchroniser, paths_manager:PathsManager, config: Config):
|
def unisync_sync(synchroniser:Synchroniser, paths_manager:PathsManager, config: Config):
|
||||||
|
del config # The function signature must be the same for all runners
|
||||||
if synchroniser.create_ssh_master_connection() != 0:
|
if synchroniser.create_ssh_master_connection() != 0:
|
||||||
print("Connection failed quitting")
|
print("Connection failed quitting")
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user