sunliwen / poco

Poco v1.6
0 stars 1 forks source link

[Batch Server] fix hardcoded temp dir in the code #95

Open jacobfan opened 9 years ago

jacobfan commented 9 years ago

In poco/services/batch/server.py, there are lines as this:

self._exec_shell("sort -T /cube/services/batch/temp %s > %s" %

should be configurable in settings file.

jacobfan commented 9 years ago

refs: #92