Skip to content

Fix Planemo writing a file called gx_venv_None.#870

Merged
jmchilton merged 2 commits intogalaxyproject:masterfrom
jmchilton:fix_venv_None
Sep 14, 2018
Merged

Fix Planemo writing a file called gx_venv_None.#870
jmchilton merged 2 commits intogalaxyproject:masterfrom
jmchilton:fix_venv_None

Conversation

@jmchilton
Copy link
Member

Was meant to be gx_venv.

if not kwds.get("no_cache_galaxy", False):
workspace = ctx.workspace
galaxy_branch = kwds.get("galaxy_branch", "master")
galaxy_branch = kwds.get("galaxy_branch", None) or "master"
Copy link
Member

Choose a reason for hiding this comment

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

The , None is redundant.

@jmchilton jmchilton merged commit a9227cd into galaxyproject:master Sep 14, 2018
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.

2 participants