Skip to content

Commit

Permalink
deleted print
Browse files Browse the repository at this point in the history
Signed-off-by: mm667937 <[email protected]>
  • Loading branch information
muzikovam committed Dec 6, 2024
1 parent 577bdfa commit b1ce76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pswi/scripts/deploy_test_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def create_zfs(self):
new_zfs_url = "{0}/zosmf/restfiles/mfs/zfs/{1}".format(self.url, self.new_zfs + ".%23")
new_zfs_resp = requests.post(new_zfs_url, headers=self.headers, auth=(user, password), data=json.dumps(new_zfs),
verify=False)
print("When this script fail this zFS {0} might not be unmounted!%23 is #".format(self.new_zfs + ".%23"))
if new_zfs_resp.status_code != 201:
print("Status code: {0}".format(new_zfs_resp.status_code))
raise requests.exceptions.RequestException(new_zfs_resp.text)
Expand Down

0 comments on commit b1ce76f

Please sign in to comment.