Skip to content

Commit

Permalink
check memory later
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 19, 2018
1 parent c4e1242 commit fb291eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,6 @@ _galaxy_setup_environment() {
$integrity_injection
$slots_statement
export GALAXY_SLOTS
$memory_statement
GALAXY_VIRTUAL_ENV="$galaxy_virtual_env"
_GALAXY_VIRTUAL_ENV="$galaxy_virtual_env"
PRESERVE_GALAXY_ENVIRONMENT="$preserve_python_environment"
Expand All @@ -36,6 +35,7 @@ _galaxy_setup_environment "$PRESERVE_GALAXY_ENVIRONMENT"
GALAXY_PYTHON=`command -v python`
$instrument_pre_commands
cd $working_directory
$memory_statement
$command
echo $? > $exit_code_path
$instrument_post_commands

0 comments on commit fb291eb

Please sign in to comment.