Skip to content

Commit

Permalink
add quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetretto committed Sep 27, 2024
1 parent e78d131 commit e3bf15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobflow_remote/utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def mongo_operation(
str_cmd, check=True, capture_output=True, text=True, shell=True
)
logger.debug(
f"output during execution of {str_cmd}. Stdout: {result.stdout}. Stderr: {result.stderr}"
f"output during execution of '{str_cmd}'. Stdout: {result.stdout}. Stderr: {result.stderr}"
)
return result.stdout, result.stderr

Expand Down

0 comments on commit e3bf15d

Please sign in to comment.