Skip to content

Commit

Permalink
Make Python 3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke van der Zwaan committed Sep 25, 2018
1 parent 67bdee6 commit 3c0c8b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nlppln/cwl/prettify-xml.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool

requirements:
EnvVarRequirement:
envDef:
LC_ALL: C.UTF-8
LANG: C.UTF-8

baseCommand: ["python", "-m", "nlppln.commands.prettify_xml"]

doc: |
Expand Down

0 comments on commit 3c0c8b5

Please sign in to comment.