Skip to content

Commit bfe4a41

Browse files
committed
Fix quotes
1 parent 6936432 commit bfe4a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReversingLabs/SDK/a1000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ def __create_post_payload(custom_filename=None, file_url=None, crawler=None, ar
14981498
raise WrongInputError("Supported file_url protocols are HTTP and HTTPS.")
14991499

15001500
if crawler and crawler not in ("cloud", "local"):
1501-
raise WrongInputError("""crawler parameter must be either 'cloud' or 'local'.""")
1501+
raise WrongInputError("crawler parameter must be either 'cloud' or 'local'.")
15021502

15031503
if archive_password and not isinstance(archive_password, str):
15041504
raise WrongInputError("archive_password parameter must be string.")

0 commit comments

Comments
 (0)