Skip to content

Commit bfe5b5a

Browse files
committed
update for consistency
1 parent c1f6694 commit bfe5b5a

File tree

1 file changed

+1
-1
lines changed
  • modules/system/patterndisplay

1 file changed

+1
-1
lines changed

modules/system/patterndisplay/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def load_pattern(self):
4141
if path_isfile(path):
4242
try:
4343
_patternpath = f"pattern.{self.pattern[1]}.app"
44-
_patternclass = "__Pattern_export__"
44+
_patternclass = "__pattern_export__"
4545
_pmodule = __import__(
4646
_patternpath,
4747
globals(),

0 commit comments

Comments
 (0)