Skip to content

Commit 0efb57f

Browse files
authored
qualify module
1 parent 71666ca commit 0efb57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compat/gui.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function init_gui()
159159

160160
# add a hook to automatically call fix_qt_plugin_path()
161161
fixqthook =
162-
Py(() -> (Core.CONFIG.auto_fix_qt_plugin_path && fix_qt_plugin_path(); nothing))
162+
Py(() -> (PythonCall.Core.CONFIG.auto_fix_qt_plugin_path && fix_qt_plugin_path(); nothing))
163163
pymodulehooks.add_hook("PyQt4", fixqthook)
164164
pymodulehooks.add_hook("PyQt5", fixqthook)
165165
pymodulehooks.add_hook("PySide", fixqthook)

0 commit comments

Comments
 (0)