Skip to content

Commit

Permalink
Removing PIPE's so that we can find out what is breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 29, 2020
1 parent 8023b2b commit a7af9b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions weblate/utils/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def database_backup():
subprocess.run(
cmd,
env=env,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
stdin=subprocess.DEVNULL,
check=True,
universal_newlines=True,
Expand Down

0 comments on commit a7af9b8

Please sign in to comment.