Skip to content

Commit

Permalink
Change assignment of setting REFINERY_GALAXY_ANALYSIS_CLEANUP
Browse files Browse the repository at this point in the history
  • Loading branch information
scottx611x committed Mar 31, 2016
1 parent 5e66929 commit 3eee1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions refinery/config/config.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@
"REFINERY_EXTERNAL_AUTH": false,
"REFINERY_EXTERNAL_AUTH_MESSAGE": "",
"REFINERY_FILE_SOURCE_MAP": {},
"REFINERY_GALAXY_ANALYSIS_CLEANUP": {
"ALWAYS": "always",
"ON_SUCCESS": "on_success",
"NEVER": "never"
},
"REFINERY_GALAXY_ANALYSIS_CLEANUP": "on_success",
"REFINERY_GOOGLE_ANALYTICS_ID": "",
"REFINERY_INNER_NAVBAR_HEIGHT": 20,
"REFINERY_MAIN_LOGO": "",
Expand Down
2 changes: 1 addition & 1 deletion refinery/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def get_setting(name, settings=local_settings):
# histories, and libraries in Galaxy or not.
# Deletion options are ALWAYS, ON_SUCCESS, and NEVER
REFINERY_GALAXY_ANALYSIS_CLEANUP = get_setting(
"REFINERY_GALAXY_ANALYSIS_CLEANUP")["ON_SUCCESS"]
"REFINERY_GALAXY_ANALYSIS_CLEANUP")
# Subject and message body of the welcome email sent to new users
REFINERY_WELCOME_EMAIL_SUBJECT = get_setting("REFINERY_WELCOME_EMAIL_SUBJECT")
REFINERY_WELCOME_EMAIL_MESSAGE = get_setting("REFINERY_WELCOME_EMAIL_MESSAGE")
Expand Down

0 comments on commit 3eee1d5

Please sign in to comment.