Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/amunmt_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/amunmt_server.py b/scripts/amunmt_server.py
index e4bf0b83..924a9482 100755
--- a/scripts/amunmt_server.py
+++ b/scripts/amunmt_server.py
@@ -5,7 +5,7 @@ import sys
import os
import argparse
-sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/../build/src')
+sys.path.append(os.path.dirname(os.path.realpath(__file__)) + '/../build')
import libamunmt as nmt
from bottle import request, Bottle, abort