mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Add further debug information fow windows (#11457)
This commit is contained in:
parent
71fe328207
commit
050f0cbc91
@ -386,6 +386,8 @@ def main(argv):
|
||||
# Echo the settings
|
||||
progress("Running Python %s" % str(sys.version_info[:3]))
|
||||
progress("Starting %s..." % script_name)
|
||||
if os.name == "nt":
|
||||
progress("Use win32_modules: %d" % lyxpreview_tools.use_win32_modules)
|
||||
progress("Output format: %s" % output_format)
|
||||
progress("Foreground color: %s" % fg_color)
|
||||
progress("Background color: %s" % bg_color)
|
||||
|
Loading…
Reference in New Issue
Block a user