File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,9 +119,8 @@ export AUTOREAD_DOTENV_QUIET=1
119119` PYTHONWARNINGS ` and ` -W ` are * not* an option here: they ** cannot** name
120120` AutoreadDotenvWarning ` . The interpreter parses warning filters before ` site ` puts
121121` site-packages ` on ` sys.path ` , so a third-party category cannot be imported yet and the whole
122- filter is silently dropped (`Invalid -W option ignored: invalid module name:
123- 'autoread_dotenv'` ). Only built-in categories resolve there, so the closest ` PYTHONWARNINGS`
124- equivalent is the much broader ` ignore::UserWarning ` .
122+ filter is silently dropped (` Invalid -W option ignored: invalid module name: 'autoread_dotenv' ` ).
123+ Only built-in categories resolve there, so the closest ` PYTHONWARNINGS ` equivalent is the much broader ` ignore::UserWarning ` .
125124
126125### Better: remove the cause
127126
You can’t perform that action at this time.
0 commit comments