mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54: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):
|
def kde_patches(self):
|
||||||
return self.config.getlist("kde_patches", "patches", fallback=[])
|
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()
|
Settings = SettingsClass()
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
concurrency: 4
|
concurrency: 4
|
||||||
baseurl: https://download.qt.io
|
baseurl: https://download.qt.io
|
||||||
7zcmd: 7z
|
7zcmd: 7z
|
||||||
|
print_stacktrace_on_error: False
|
||||||
|
|
||||||
[requests]
|
[requests]
|
||||||
connection_timeout: 3.5
|
connection_timeout: 3.5
|
||||||
|
|||||||
Reference in New Issue
Block a user