Skip to content

Commit

Permalink
Remove verbose argument
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Sep 22, 2024
1 parent 441a2f6 commit 13404da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensafely/rstudio.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ def main(directory, name, port):
]

debug("docker: " + " ".join(docker_args))
ps = utils.run_docker(docker_args, "rstudio", "", interactive=True, user="1000:1000", verbose = True)
ps = utils.run_docker(docker_args, "rstudio", "", interactive=True, user="1000:1000")
# we want to exit with the same code that rstudio-server did
return ps.returncode

0 comments on commit 13404da

Please sign in to comment.