mirror of https://github.com/jumpserver/jumpserver
perf: 删除无用代码
parent
3ddeb97ea5
commit
560ff651c4
|
@ -166,7 +166,6 @@ class JobExecution(JMSOrgBaseModel):
|
|||
result = self.current_job.args
|
||||
result += " chdir={}".format(self.current_job.chdir)
|
||||
return self.job.args
|
||||
# return result
|
||||
|
||||
def get_runner(self):
|
||||
inv = self.current_job.inventory
|
||||
|
|
Loading…
Reference in New Issue