mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
Add setting to turn on stack trace in output
This commit is contained in:
@@ -349,6 +349,10 @@ class SettingsClass:
|
||||
def kde_patches(self):
|
||||
return self.config.getlist("kde_patches", "patches", fallback=[])
|
||||
|
||||
@property
|
||||
def print_stacktrace_on_error(self):
|
||||
return self.config.getboolean("aqt", "print_stacktrace_on_error", fallback=False)
|
||||
|
||||
|
||||
Settings = SettingsClass()
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
concurrency: 4
|
||||
baseurl: https://download.qt.io
|
||||
7zcmd: 7z
|
||||
print_stacktrace_on_error: False
|
||||
|
||||
[requests]
|
||||
connection_timeout: 3.5
|
||||
|
||||
Reference in New Issue
Block a user