mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 17:37:41 +02:00
Do nothing if plugins dir doesn't exist #4695
This commit is contained in:
parent
14bb44f539
commit
38bcea54d8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue