summaryrefslogtreecommitdiffstats
path: root/run.py
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-16 17:31:42 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-17 02:10:09 +0530
commitacb5ef585f62d506f6f0345b306fc6bc9c15fef4 (patch)
tree0565f3b619694de9f690a070a1605b8017182e32 /run.py
parent396e78c415bb5875ea9767bd82f5ec1abca9b3b9 (diff)
chore: ruff cleanup
Diffstat (limited to 'run.py')
-rwxr-xr-xrun.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.py b/run.py
index 5816aaad..a51fb2e1 100755
--- a/run.py
+++ b/run.py
@@ -3,6 +3,7 @@
import re
import sys
from glances import main
+
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())