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:
parent
0831a0252d
commit
90b9cf9804
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue