From: Gisle Vanem <gisle.vanem@gmail.com>
To: location@lists.ipfire.org
Subject: Re: Problem in urllib?
Date: Thu, 01 Apr 2021 13:06:02 +0200 [thread overview]
Message-ID: <2abf9b14-3462-e3f7-c027-a063a023cc3d@gmail.com> (raw)
In-Reply-To: <5F277E84-CC26-4254-A3C7-E6D650EE8D5E@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
Michael Tremer wrote:
>> Some issue with shutil when overwriting/renaming an existing
>> .db-file. But updating w/o a .db-file works fine.
>
> I cannot exactly decipher why Windows would complain here. We are replacing the file because we cannot change it when it is open using mmap(). Maybe Windows does not allow that?
It was Python's fault; 'os.chmod()' with those bits, made the
file read-only. When I did this patch:
+ if sys.platform != "win32":
os.chmod(t.name, stat.S_IRUSR|stat.S_IRGRP|stat.S_IROTH)
it works fine.
--
--gv
prev parent reply other threads:[~2021-04-01 11:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-30 9:08 Gisle Vanem
2021-03-30 9:27 ` Michael Tremer
2021-03-30 11:14 ` Gisle Vanem
2021-04-01 10:09 ` Michael Tremer
2021-04-01 11:06 ` Gisle Vanem [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2abf9b14-3462-e3f7-c027-a063a023cc3d@gmail.com \
--to=gisle.vanem@gmail.com \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox