Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jun 7, 2024
1 parent cb434d3 commit 34a3582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def get_content(self, filepath_name):
A JSON with the contents of the specified USS file
"""
custom_args = self._create_custom_request_arguments()
# custom_args["params"] = {"filepath-name": filepath_name}
custom_args["url"] = "{}fs{}".format(self.request_endpoint, filepath_name)
response_json = self.request_handler.perform_request("GET", custom_args)
return response_json
Expand Down

0 comments on commit 34a3582

Please sign in to comment.