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

Unified Diff: appengine/findit/handlers/config.py

Issue 2376263002: [Findit] Renaming version property in versioned_model.py to avoid conflicts with base_analysis.py (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « no previous file | appengine/findit/model/test/versioned_config_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/config.py
diff --git a/appengine/findit/handlers/config.py b/appengine/findit/handlers/config.py
index 3fe5e5dc9ddc4e4c22c0eb0c7b4af8b93d15b486..3318e798177d47f2a3523642c7ef1bb20badf2ec 100644
--- a/appengine/findit/handlers/config.py
+++ b/appengine/findit/handlers/config.py
@@ -268,7 +268,7 @@ class Configuration(BaseHandler):
'download_build_data_settings': settings.download_build_data_settings,
'action_settings': settings.action_settings,
'check_flake_settings': settings.check_flake_settings,
- 'version': settings.version,
+ 'version': settings.version_number,
'latest_version': latest_version,
'updated_by': settings.updated_by,
'updated_ts': _FormatTimestamp(settings.updated_ts)
« no previous file with comments | « no previous file | appengine/findit/model/test/versioned_config_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698