Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4658)

Unified Diff: appengine/findit/common/appengine_util.py

Issue 2438673004: [Findit] Post analysis results of flakes to bug filed by chromium-try-flakes. (Closed)
Patch Set: Add a config flag to enable/disable updating monorail bug. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/common/appengine_util.py
diff --git a/appengine/findit/common/appengine_util.py b/appengine/findit/common/appengine_util.py
index 24a26e046285767ab4734688d1e92920cfb3846b..893739173eb71aab359846124c9e5abd0f159157 100644
--- a/appengine/findit/common/appengine_util.py
+++ b/appengine/findit/common/appengine_util.py
@@ -34,4 +34,3 @@ def GetTargetNameForModule(module_name, version=None): # pragma: no cover.
else:
version = version or GetCurrentVersion()
return '%s.%s' % (version, module_name)
-
« no previous file with comments | « appengine/chromium_try_flakes/issue_tracker/test/issue_tracker_api_test.py ('k') | appengine/findit/handlers/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698