Merge pull request #12148 from jumpserver/pr@dev@fix_delete_debug_info

fix: 删除debug信息
pull/12150/head
Chenyang Shen 2023-11-17 11:33:52 +08:00 committed by GitHub
commit e8331ca708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ class JobExecution(JMSOrgBaseModel):
"login_password={{login_password}} " \
"login_port={{login_port}} " \
"%s={{login_db}}" % login_db_token
print(login_args)
shell = "{} {}=\"{}\" ".format(login_args, query_token, self.current_job.args)
return module, shell