-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip lost+found
directory
#795
base: main
Are you sure you want to change the base?
Conversation
When does this folder appear? Why is it a problem? |
Hi, when you mount a volume/disk as permanment storage for |
@@ -102,11 +102,17 @@ def find_plugins(self): | |||
log.info("ACTIVE PLUGINS:") | |||
log.info(self.active_plugins) | |||
|
|||
# Directories to skip | |||
skip_directories = ['lost+found'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about skipping __pycache__
as well? what about naming the variable as skip_folder
, just for naming consistency?
Description
Skip
lost+found
subdirectory in the plugin when mount volume for the plugin directoryRelated to issue #(issue)
Type of change
Checklist: