-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IsADirectoryError while getting local timezone #256
IsADirectoryError while getting local timezone #256
Comments
I can confirm |
I just got a similar error: |
Fix #256 : check the file existence instead of check if path exists before load a timezone related file
The fix looks like it's here: sdispater/pytzdata#11 But it's uncommitted. Could it be committed please? alternately, could this ticket be re-opened? I had the same problem as @leric . update: my mistake, Github reports the fix is here #594 and was merged Jan 7th 2022, however there hasn't been a release since https://github.com/sdispater/pendulum/releases/tag/2.1.2 in July 2020. Could pendulum get a release, please? |
I'm seeing this on pendulum-3.0.0 (as a dep for flexget). Was the bug fixed or did this regress?
|
@darkfeline I presume that in your case, However, down in Python's Ideally, this fix would go in |
Maybe related to 6ee68b9
I'm seeing an error with this test.py:
This is the content of my
/etc/sysconfig/clock
:I think it should be trying to read
env/lib64/python3.6/site-packages/pytzdata/zoneinfo/US/Pacific
The text was updated successfully, but these errors were encountered: