We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 639d64e + 3847034 commit 68b0f11Copy full SHA for 68b0f11
config/config.py
@@ -22,7 +22,7 @@ def _configure_sys_path_for_direct_execution():
22
23
from fabric import Application
24
25
-if __name__ == "__main__" and (__package__ is None or __package__ == ''):
+if __name__ == "__main__" and not __package__:
26
from config.data import APP_NAME, APP_NAME_CAP
27
from config.settings_gui import HyprConfGUI
28
from config.settings_utils import load_bind_vars
0 commit comments