Commit 3b9f8748 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Code cleanup (removed unecessary spaces).

parent 56ad6583
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -44,3 +44,4 @@ class RosettaOIDCAuthenticationCallbackView(OIDCAuthenticationCallbackView):
            logger.debug('No cookie-based post login redirect found, redirecting to "%s"', self.success_url)
            return HttpResponseRedirect(self.success_url)

+226 −225
Original line number Diff line number Diff line
@@ -1333,3 +1333,4 @@ class ImportRepositoryAPI(PrivateGETAPI):



+81 −80
Original line number Diff line number Diff line
@@ -626,3 +626,4 @@ class SlurmSSHClusterComputingManager(ClusterComputingManager, SSHComputingManag
            raise Exception(out.stderr)
        else:
            return out.stdout
+5 −4
Original line number Diff line number Diff line
@@ -137,3 +137,4 @@ def private_view(wrapped_view):
            response.set_cookie('post_login_redirect', request.build_absolute_uri())
            return response
    return private_view_wrapper
+37 −36
Original line number Diff line number Diff line
@@ -359,3 +359,4 @@ to provide help, news and informations on your deployment. Or you can just ignor
                                       base_path = '/shared/data/users/$SSH_USER',
                                       bind_path = '/storages/personal')

Loading