Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/web/showDigest.py

Issue 29345242: Noissue - Adapt quotes for compliance with our coding style in sitescripts (Closed)
Patch Set: Fixed raw string Created May 30, 2016, 8:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/reports/web/showDigest.py
===================================================================
--- a/sitescripts/reports/web/showDigest.py
+++ b/sitescripts/reports/web/showDigest.py
@@ -56,7 +56,7 @@
path = os.path.join(get_config().get('reports', 'digestPath'), id + '.html')
if not os.path.exists(path):
- return showError('Digest doesn\'t exist', start_response)
+ return showError("Digest doesn't exist", start_response)
cookies = Cookie.SimpleCookie()
cookies[id] = secret

Powered by Google App Engine
This is Rietveld