We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spotted in the mofchecker CI, can be reproduced in clean 3.7 env on MacOS
>>> from pyeqeq.main import run_on_cif >>> run_on_cif('/Users/kevinmaikjablonka/Downloads/cifs_cellopt/20540N2_ddec.cif') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/kevinmaikjablonka/opt/miniconda3/envs/eqeq/lib/python3.7/site-packages/pyeqeq/main.py", line 40, in run_on_cif with pyeqeq_eqeq.ostream_redirect(stdout=True, stderr=True): AttributeError: module 'pyeqeq_eqeq' has no attribute 'ostream_redirect'
does not occur on 3.7/3.8 on Linux and 3.8 on Mac
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spotted in the mofchecker CI, can be reproduced in clean 3.7 env on MacOS
does not occur on 3.7/3.8 on Linux and 3.8 on Mac
The text was updated successfully, but these errors were encountered: