Skip to content

Commit

Permalink
[raz] Remove extra comma in _handle_relative_path method params (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshg999 committed Sep 27, 2022
1 parent f997ca3 commit 2045a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/core/src/desktop/lib/raz/raz_client.py
Expand Up @@ -198,7 +198,7 @@ def _make_adls_request(self, request_data, method, path, url_params, resource_pa
})


def _handle_relative_path(self, method, params, resource_path, relative_path,):
def _handle_relative_path(self, method, params, resource_path, relative_path):
if len(resource_path) == 2:
relative_path += resource_path[1]

Expand Down

0 comments on commit 2045a79

Please sign in to comment.