We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e948be commit 96c3e86Copy full SHA for 96c3e86
codesigning/gcp-cloudfunc/main.py
@@ -90,7 +90,7 @@ def main(request):
90
logging.info('Attempting to enqueue url %s', url)
91
92
if not url.endswith('.exe'):
93
- logging.info("Rejecting URL because it doesn't end in .exe"')
+ logging.info("Rejecting URL because it doesn't end in .exe")
94
return jsonify('Invalid URL to sign'), 400
95
96
if not url.startswith(GOOGLE_PREFIX):
0 commit comments