fix from absolute to relative path in resources

This commit is contained in:
Khalid Huseynov 2018-07-15 17:48:20 +09:00
parent c195b5609b
commit 3a561d2471

View file

@ -37,7 +37,7 @@ import java.util.Properties;
public class PythonInterpreterPandasSql extends Interpreter {
private static final Logger LOG = LoggerFactory.getLogger(PythonInterpreterPandasSql.class);
private String SQL_BOOTSTRAP_FILE_PY = "/python/bootstrap_sql.py";
private String SQL_BOOTSTRAP_FILE_PY = "python/bootstrap_sql.py";
public PythonInterpreterPandasSql(Properties property) {
super(property);