Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed May 18, 2016
1 parent 4c87c70 commit 7dedf49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions refinery/analysis_manager/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ def run_analysis(analysis_uuid):

# Update file count and file size of the corresponding data set
analysis.data_set.file_count = analysis.data_set.get_file_count()
#FIXME: line below is causing analyses to be marked as failed
#analysis.data_set.file_size = analysis.data_set.get_file_size()
# FIXME: line below is causing analyses to be marked as failed
# analysis.data_set.file_size = analysis.data_set.get_file_size()
analysis.data_set.save()


Expand Down
2 changes: 1 addition & 1 deletion refinery/config/config.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"SECRET_KEY": "SECRET",
"SERVER_EMAIL": "<%= @server_email || "root@localhost" %>",
"SOLR_SYNONYMS": false,
"SOLR_CUSTOM_SYNONYMS_FILE" : "<%= @solr_custom_synonyms_file %>",
"SOLR_CUSTOM_SYNONYMS_FILE": "<%= @solr_custom_synonyms_file %>",
"SOLR_LIB_DIR": "<%= @solr_lib_dir %>",
"STATIC_ROOT": "",
"STATIC_URL": "/static/",
Expand Down

0 comments on commit 7dedf49

Please sign in to comment.