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: Created May 29, 2016, 1:26 p.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
« no previous file with comments | « sitescripts/notifications/web/notification.py ('k') | sitescripts/send_installation_link/web/send_installation_link.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld