summaryrefslogtreecommitdiff
path: root/taler-merchant-backoffice.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-06 10:53:40 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-06 10:53:40 +0100
commitc65f735ba2a0b80ca2de3b46c67ce9e7155ce166 (patch)
tree6a5a685afa86d3a1ff34e94ae88fedb5d414c09e /taler-merchant-backoffice.in
parent5b5173da54e4a9f98e4fb76055a37a9034a2b4cf (diff)
downloadbackoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.tar.gz
backoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.tar.bz2
backoffice-c65f735ba2a0b80ca2de3b46c67ce9e7155ce166.zip
include JavaScript in installed bundle
Diffstat (limited to 'taler-merchant-backoffice.in')
-rw-r--r--taler-merchant-backoffice.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/taler-merchant-backoffice.in b/taler-merchant-backoffice.in
index 59108e6..0ea5097 100644
--- a/taler-merchant-backoffice.in
+++ b/taler-merchant-backoffice.in
@@ -39,7 +39,6 @@ def handle_serve_http(args):
"--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % args.frontend]["instances"].value_string(required=True))
def handle_serve_uwsgi(args):
- del args # pacify PEP checkers
serve_uwsgi = TC["backoffice-%s" % args.frontend]["uwsgi_serve"].value_string(required=True).lower()
params = ["uwsgi", "uwsgi",
"--master",