コード例 #1
0
 def run(self, input):
     username = os.getlogin()
     if self.password is None:
         self.password = self.getPassword()
     return publish(self.dataset,self.options.fileown,\
                 self.options.commented,self.options.test,\
                 username,self.password,\
                 self.options.savannah,self.options.primary,\
                 (self.options.min_run, self.options.max_run), self.development )
コード例 #2
0
 def run(self, input):
     username = os.getlogin()
     if self.password is None:
         self.password = self.getPassword()
     return publish(self.dataset,self.options.fileown,\
                 self.options.commented,self.options.test,\
                 username,self.password,\
                 self.options.savannah,self.options.primary,\
                 (self.options.min_run, self.options.max_run), self.development )
コード例 #3
0
 def run(self, input):
     username = os.getlogin()
     return publish(self.dataset,
                    self.options.fileown,
                    self.options.commented,
                    self.options.test,
                    username,
                    self.options.force,
                    self.options.primary,
                    (self.options.min_run, self.options.max_run), 
                    self.development )