mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 00:56:21 +03:00
Do nothing if plugins dir doesn't exist #4695
This commit is contained in:
parent
14bb44f539
commit
38bcea54d8
@ -1376,6 +1376,9 @@ class InternalCommands:
|
||||
return filename
|
||||
|
||||
def findLibraryFile(self, type, dir, name):
|
||||
if not os.path.exists(dir):
|
||||
return None
|
||||
|
||||
(platform, packageExt, libraryExt) = self.getDistributePlatformInfo(type)
|
||||
ext = libraryExt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user