mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -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;
|
||||
|
||||
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
Block a user