From 4db4fcdbd04f1745e89606d9b5b91cb787067a0a Mon Sep 17 00:00:00 2001 From: Dee Jayh Date: Tue, 23 Jan 2018 15:28:38 -0500 Subject: -Fixed minor copy/pasta error -No version increment --- dwt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwt.py b/dwt.py index 2f46957..0864cc6 100644 --- a/dwt.py +++ b/dwt.py @@ -464,7 +464,7 @@ def check_elevated(silent=False): windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), u"{0} -silent".format(unicode(__file__)), None, 1) sys.exit(1) else: - windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), unicode(__file__) + u" -silent", None, 1) + windll.shell32.ShellExecuteW(None, u"runas", unicode(sys.executable), unicode(__file__), None, 1) sys.exit(1) def silent(): -- cgit v1.2.3