mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-23 05:54:15 -04:00
Log newline to stdout even if on Mac (the old issue #203 should no longer be relevant)
This commit is contained in:
parent
c54d9f82c7
commit
249d7e5149
2 changed files with 2 additions and 4 deletions
|
@ -284,7 +284,6 @@ class SendBaseModeWeb:
|
||||||
|
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
if self.common.platform != "Darwin":
|
|
||||||
sys.stdout.write("\n")
|
sys.stdout.write("\n")
|
||||||
|
|
||||||
basename = os.path.basename(filesystem_path)
|
basename = os.path.basename(filesystem_path)
|
||||||
|
|
|
@ -376,7 +376,6 @@ class ShareModeWeb(SendBaseModeWeb):
|
||||||
|
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
if self.common.platform != "Darwin":
|
|
||||||
sys.stdout.write("\n")
|
sys.stdout.write("\n")
|
||||||
|
|
||||||
# Download is finished
|
# Download is finished
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue