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.
1 parent 6614332 commit 3847034Copy full SHA for 3847034
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