Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 543da86

Browse files
authored
Merge pull request #37 from HelloFax/revert-16-v3
Revert "Fail more noisily if no path or file provided to Request.get_file"
2 parents dff5ecd + 725a740 commit 543da86

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hellosign_sdk/utils/request.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ def get_file(self, url, path_or_file=None, headers=None, filename=None):
8686
'''
8787
path_or_file = path_or_file or filename
8888

89-
if not path_or_file:
90-
raise ValueError('Must provide path_or_file argument.')
91-
9289
if self.debug:
9390
print("GET FILE: %s, headers=%s" % (url, headers))
9491

0 commit comments

Comments
 (0)