This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new de3d705  AIRAVATA-2616 Fixing linting error
de3d705 is described below

commit de3d705a4268febc370c32a546a8666282da9e59
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Dec 13 15:30:57 2018 -0500

    AIRAVATA-2616 Fixing linting error
---
 django_airavata/apps/api/views.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/django_airavata/apps/api/views.py 
b/django_airavata/apps/api/views.py
index 0ff7e61..5a8a891 100644
--- a/django_airavata/apps/api/views.py
+++ b/django_airavata/apps/api/views.py
@@ -190,7 +190,6 @@ class ExperimentViewSet(APIBackedViewSet):
                                                experiment.experimentName)
         experiment.userConfigurationData.experimentDataDir = exp_dir
 
-
     @detail_route(methods=['post'])
     def launch(self, request, experiment_id=None):
         try:

Reply via email to