Skip to content
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

use string '0' to avoid problems when openssl version is not determined #2914

Merged
merged 1 commit into from
Mar 27, 2023

Conversation

branfosj
Copy link
Member

See easybuilders/easybuild#864

>>> from distutils.version import LooseVersion
>>> a = LooseVersion(0)
>>> a.version
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'LooseVersion' object has no attribute 'version'

@branfosj branfosj added this to the next release (4.7.2?) milestone Mar 27, 2023
@ocaisa ocaisa merged commit dd7fbe4 into easybuilders:develop Mar 27, 2023
@branfosj branfosj deleted the openssl branch March 27, 2023 10:27
@branfosj branfosj changed the title use string '0' to avoid problems when opensll version is not determined use string '0' to avoid problems when openssl version is not determined Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants