Fix func def error
authorhyokeun <hyokeun.jeon@samsung.com>
Tue, 24 Oct 2017 05:11:26 +0000 (14:11 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 24 Oct 2017 05:11:26 +0000 (14:11 +0900)
Change-Id: If54d27a3b9c045406acce6c1e789abd8960327fa

job_ref_create_prj_obs.py

index 32743d8..21a864a 100644 (file)
@@ -936,7 +936,7 @@ class ref_create_project_obs(object):
 
     def run_copy_project_obs(self, obs_api, obs_user, obs_passwd,
                              remote_obs_api, remote_obs_user, remote_obs_passwd,
-                             gerrit_env, fields=None, copy_person=copy_person):
+                             gerrit_env, fields=None, copy_person=False):
         """ copy project """
 
         print '---[JOB STARTED]-------------------------'