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

Unified Diff: native_client_sdk/src/project_templates/init_project.py

Issue 10910101: fix pylint warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: native_client_sdk/src/project_templates/init_project.py
diff --git a/native_client_sdk/src/project_templates/init_project.py b/native_client_sdk/src/project_templates/init_project.py
index 12dd3c787afb0e6a1463a1dd62d569e103d827a9..0201fa7002054e8c15fd172f931806eba2d1bdd3 100755
--- a/native_client_sdk/src/project_templates/init_project.py
+++ b/native_client_sdk/src/project_templates/init_project.py
@@ -279,6 +279,7 @@ class ProjectInitializer(object):
self.__is_c_project = is_c_project
self.__is_vs_project = is_vs_project
self.__project_files = []
+ self.__project_dir = None
self.__project_name = project_name
self.__project_location = project_location
self.__nacl_platform = nacl_platform

Powered by Google App Engine
This is Rietveld 408576698