Work around Snappy sandbox issues
This commit is contained in:
parent
ec2124f189
commit
de75c2671b
|
@ -9,10 +9,6 @@ public class PlatformGVFS implements GVFS {
|
|||
private final File gvfs;
|
||||
|
||||
public PlatformGVFS(File gvfs) {
|
||||
if (gvfs.list() == null) {
|
||||
throw new IllegalArgumentException(gvfs.getPath() + " is not a valid directory");
|
||||
}
|
||||
|
||||
this.gvfs = gvfs;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue