Skip to content

Commit

Permalink
add missing extensions_dir, extensions_builtin_dir to extensions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Mar 25, 2023
1 parent b2c428a commit 69eb2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import git

from modules import paths, shared
from modules.paths_internal import extensions_dir, extensions_builtin_dir

extensions = []

Expand Down

0 comments on commit 69eb2a9

Please sign in to comment.