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

add future to environment of RTFD #2379

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

ReimarBauer
Copy link
Member

@ReimarBauer ReimarBauer commented May 20, 2024

Purpose of PR?:

Fixes #2378

We should later find a better solution than this, maybe latest tag.

MSS gets not installed on RTFD so we can't import but the repo is cloned.

Copy link
Collaborator

@matrss matrss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

execfile could be replaced with read and exec, as suggested here: https://stackoverflow.com/questions/436198/what-is-an-alternative-to-execfile-in-python-3.

Nevertheless, works for now I guess.

@ReimarBauer ReimarBauer merged commit bef9add into Open-MSS:develop May 21, 2024
10 checks passed
@ReimarBauer ReimarBauer deleted the i2378 branch May 21, 2024 07:33
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.

Test docs build misses execfile on our setup for RTFD
2 participants