summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-08-29 18:38:33 +0200
committerJuergen Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-11-30 10:01:19 +0100
commit7a2e2d2558b64aabdb711b8bedb34e96e3b1773f (patch)
tree7fbc100b0b638376bc2bac0195797e7a4694a809 /cli.py
parentc28421034da71671e46b97825e0b4457ce1d9876 (diff)
downloadqtivi-qface-7a2e2d2558b64aabdb711b8bedb34e96e3b1773f.tar.gz
fixed some whitespaces
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index 0b88a78..441a50e 100755
--- a/cli.py
+++ b/cli.py
@@ -25,8 +25,7 @@ def cli():
@cli.command()
def antlr():
cwd = str(Path('qface/idl/parser').absolute())
- sh('antlr4 -Dlanguage=Python3 -Werror -package qface.idl.parser -o . -listener -visitor T.g4', cwd=cwd)
-
+ sh('antlr4 -Dlanguage=Python3 -Werror -package qface.idl.parser -o . -listener -visitor T.g4', cwd=cwd)
@cli.command()
def test():