mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
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;
|
private final File gvfs;
|
||||||
|
|
||||||
public PlatformGVFS(File gvfs) {
|
public PlatformGVFS(File gvfs) {
|
||||||
if (gvfs.list() == null) {
|
|
||||||
throw new IllegalArgumentException(gvfs.getPath() + " is not a valid directory");
|
|
||||||
}
|
|
||||||
|
|
||||||
this.gvfs = gvfs;
|
this.gvfs = gvfs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user