Issue #1469 - updated for compatibility with recent changes to Pypies.

Former-commit-id: d710e987e4 [formerly 417ecdcc5b9907b95856571d5d03fa12099eb3f6]
Former-commit-id: 02c16b6f3d
This commit is contained in:
Bryan Kowal 2013-01-15 16:09:42 -06:00
parent 0831a0252d
commit 90b9cf9804

View file

@ -2364,8 +2364,7 @@ public class NcgridResource extends AbstractNatlCntrsResource<NcgridResourceData
// file = new File(File.separator + dataURI.split("/")[1]
// + File.separator + path + File.separator + sb.toString());
//} else if (DataMode.getSystemMode() == DataMode.PYPIES) {
file = new File(VizApp.getServerDataDir() + File.separator
+ dataURI.split("/")[1] + File.separator + path
file = new File(dataURI.split("/")[1] + File.separator + path
+ File.separator + sb.toString());
//} else {
// file = new File(VizApp.getDataDir() + File.separator