[ARVADOS] updated: 4feae2077b224dfd7e690da72bbe62aefebec431
Git user
git at public.curoverse.com
Thu Jul 20 16:23:44 EDT 2017
Summary of changes:
sdk/cwl/setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 4feae2077b224dfd7e690da72bbe62aefebec431 (commit)
from 49b9c5f4917468f2b23267fe045cbc94323210ce (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4feae2077b224dfd7e690da72bbe62aefebec431
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Jul 20 16:23:00 2017 -0400
Style fixes.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curoverse.com>
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 375485e..db11705 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -46,7 +46,7 @@ setup(name='arvados-cwl-runner',
package_data={'arvados_cwl': ['arv-cwl-schema.yml']},
scripts=[
'bin/cwl-runner',
- 'bin/arvados-cwl-runner'
+ 'bin/arvados-cwl-runner',
],
# Note that arvados/build/run-build-packages.sh looks at this
# file to determine what version of cwltool and schema-salad to build.
@@ -57,7 +57,7 @@ setup(name='arvados-cwl-runner',
'ruamel.yaml==0.13.7',
'arvados-python-client>=0.1.20170526013812',
'setuptools',
- 'ciso8601'
+ 'ciso8601',
],
data_files=[
('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list