We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a1ff9 commit bbc7904Copy full SHA for bbc7904
functions-python/batch_process_dataset/src/scripts/download_verifier.py
@@ -40,6 +40,4 @@ def verify_download_content(producer_url: str):
40
if __name__ == "__main__":
41
logging.basicConfig(level=logging.INFO)
42
# Example usage: Replace the placeholder URL with the actual producer URL before running.
43
- verify_download_content(
44
- producer_url="https://example.com/your-dataset.zip"
45
- )
+ verify_download_content(producer_url="https://example.com/your-dataset.zip")
0 commit comments