mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-27 23:54:13 +02:00
disable debug catch
This commit is contained in:
parent
235d1a48de
commit
204c5931b2
@ -279,8 +279,9 @@ class DaemonNotRunningView(Gtk.Box):
|
||||
result = future.result()
|
||||
if result.stderr.decode() == PKEXEC_ERROR:
|
||||
raise Exception("Authorization was cancelled")
|
||||
elif result.stderr is not None:
|
||||
raise Exception(result.stderr.decode())
|
||||
# enable for debug. causes issues if kept
|
||||
# elif result.stderr is not None:
|
||||
# raise Exception(result.stderr.decode())
|
||||
dialog = Gtk.MessageDialog(
|
||||
transient_for=parent,
|
||||
message_type=Gtk.MessageType.INFO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user