Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bertsky
Copy link
Collaborator

@bertsky bertsky commented Aug 18, 2023

This likely fixes a bug where (starting from Python 3.8) confusing the argument basedir with a (non-existing) keyword arg basedir= (and later in the argument list) caused a wrong CWD-based fpath result (IIUC).

@bertsky bertsky requested a review from kba August 18, 2023 13:42
@bertsky
Copy link
Collaborator Author

bertsky commented Aug 18, 2023

CI failure is completely unrelated: it's caused by extra output

/home/circleci/.pyenv/versions/3.7.17/lib/python3.7/site-packages/pydantic/_internal/_config.py:269: UserWarning: Val...have changed in V2:\n* 'schema_extra' has been renamed to 'json_schema_extra'\n  warnings.warn(message, UserWarning)\n

interfering with other shell output.

One of these days I'll get myself a punchbag...

@kba
Copy link
Member

kba commented Aug 18, 2023

CI failure is completely unrelated: it's caused by extra output

/home/circleci/.pyenv/versions/3.7.17/lib/python3.7/site-packages/pydantic/_internal/_config.py:269: UserWarning: Val...have changed in V2:\n* 'schema_extra' has been renamed to 'json_schema_extra'\n  warnings.warn(message, UserWarning)\n

interfering with other shell output.

One of these days I'll get myself a punchbag...

Fingers crossed that @joschrew pinning pydantic to 1.* in #1075 (now merged) makes this go away.

@kba
Copy link
Member

kba commented Aug 18, 2023

Fingers crossed that @joschrew pinning pydantic to 1.* in #1075 (now merged) makes this go away.

It did

@kba kba merged commit cb20d12 into master Aug 18, 2023
@kba kba deleted the fix-resmgr-download-basedir branch August 18, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants