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 |