Skip to content

Commit

Permalink
Remove wrong check
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jun 14, 2020
1 parent 502b517 commit dfcbcc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buku
Original file line number Diff line number Diff line change
Expand Up @@ -4376,8 +4376,7 @@ def browse(url):
if browse.suppress_browser_output:
os.close(fd)
os.dup2(_stderr, 2)
if "microsoft" not in platform.uname()[3].lower():
os.dup2(_stdout, 1)
os.dup2(_stdout, 1)

if browse.override_text_browser:
browse.suppress_browser_output = browser_output
Expand Down

0 comments on commit dfcbcc1

Please sign in to comment.