From f574743e4dd0d04c1e046320231d2ca9b492e3af Mon Sep 17 00:00:00 2001 From: Rene Peinthor Date: Tue, 21 Sep 2021 11:56:56 +0200 Subject: [PATCH] remove useless space --- linstor/linstorapi.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linstor/linstorapi.py b/linstor/linstorapi.py index a3043da..e29799c 100644 --- a/linstor/linstorapi.py +++ b/linstor/linstorapi.py @@ -3431,7 +3431,7 @@ def backup_create(self, remote_name, resource_name, incremental=True, node_name= return self._rest_request( apiconsts.API_CRT_BACKUP, "POST", - path , + path, body ) @@ -3505,7 +3505,7 @@ def backup_restore( return self._rest_request( apiconsts.API_RESTORE_BACKUP, "POST", - path , + path, body) def backup_abort( @@ -3528,7 +3528,7 @@ def backup_abort( return self._rest_request( apiconsts.API_ABORT_BACKUP, "POST", - path , + path, body ) @@ -3564,7 +3564,7 @@ def backup_ship( return self._rest_request( apiconsts.API_SHIP_BACKUP, "POST", - path , + path, body ) @@ -3591,7 +3591,7 @@ def backup_info( return self._rest_request( apiconsts.API_BACKUP_INFO, "POST", - path , + path, body) def remote_list(self):