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

VC3 Integration #253

Open
wants to merge 11 commits into
base: maint-0.6
Choose a base branch
from
Open

VC3 Integration #253

wants to merge 11 commits into from

Conversation

CodyKank
Copy link

@CodyKank CodyKank commented Jun 1, 2020

VC3 Integration


Integrating changes for VC3, mainly consisting of changing file ownership to the VC3 user so we can manipulate the user_workspace_path while passing between some HPC and the vc3 headnode.

@CodyKank CodyKank changed the title Vc3v2p2 VC3 Integration Jun 1, 2020
@CodyKank CodyKank marked this pull request as ready for review June 9, 2020 13:21
@@ -44,6 +45,10 @@ def create_user_workspace(user_workspace_path):
reana_fs = fs.open_fs(app.config['SHARED_VOLUME_PATH'])
if not reana_fs.exists(user_workspace_path):
reana_fs.makedirs(user_workspace_path)
if os.environ.get("VC3USERID", None):
Copy link
Member

Choose a reason for hiding this comment

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

You can use os.getenv() directly and there's no need to specify None as it's the default :)

Fix problem with missing FormField method
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