Log newline to stdout even if on Mac (the old issue #203 should no longer be relevant)

This commit is contained in:
Miguel Jacq 2025-02-08 16:11:46 +11:00
parent c54d9f82c7
commit 249d7e5149
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9
2 changed files with 2 additions and 4 deletions

View File

@ -284,8 +284,7 @@ class SendBaseModeWeb:
fp.close()
if self.common.platform != "Darwin":
sys.stdout.write("\n")
sys.stdout.write("\n")
basename = os.path.basename(filesystem_path)

View File

@ -376,8 +376,7 @@ class ShareModeWeb(SendBaseModeWeb):
fp.close()
if self.common.platform != "Darwin":
sys.stdout.write("\n")
sys.stdout.write("\n")
# Download is finished
if self.web.settings.get("share", "autostop_sharing"):