Skip to content

Commit

Permalink
More standard spacing in additional config comments just added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 30, 2018
1 parent b7a89eb commit a630f13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions config/galaxy.yml.sample
Expand Up @@ -52,9 +52,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false

# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv

# Path to the application's Python library.
Expand Down
5 changes: 2 additions & 3 deletions config/reports.yml.sample
Expand Up @@ -34,9 +34,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false

# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv

# Path to the application's Python library.
Expand Down
5 changes: 2 additions & 3 deletions config/tool_shed.yml.sample
Expand Up @@ -34,9 +34,8 @@ uwsgi:
# --daemon and/or production deployments.
master: false

# Path to the application's Python virtual environment. If using
# Conda for Galaxy's framework dependencies (not tools!), do not set
# this.
# Path to the application's Python virtual environment. If using Conda
# for Galaxy's framework dependencies (not tools!), do not set this.
virtualenv: .venv

# Path to the application's Python library.
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/config_manage.py
Expand Up @@ -91,7 +91,7 @@
'type': 'bool',
}),
('virtualenv', {
'desc': """Path to the application's Python virtual environment. If using Conda for Galaxy's framework dependencies (not tools!), do not set this.""",
'desc': """Path to the application's Python virtual environment. If using Conda for Galaxy's framework dependencies (not tools!), do not set this.""",
'default': '.venv',
'type': 'str',
}),
Expand Down

0 comments on commit a630f13

Please sign in to comment.