Skip to content

Commit 96c3e86

Browse files
committed
Fixing syntaxerror. RE:natcap#1580
1 parent 6e948be commit 96c3e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codesigning/gcp-cloudfunc/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def main(request):
9090
logging.info('Attempting to enqueue url %s', url)
9191

9292
if not url.endswith('.exe'):
93-
logging.info("Rejecting URL because it doesn't end in .exe"')
93+
logging.info("Rejecting URL because it doesn't end in .exe")
9494
return jsonify('Invalid URL to sign'), 400
9595

9696
if not url.startswith(GOOGLE_PREFIX):

0 commit comments

Comments
 (0)