Skip to content

Log files are not saved properly when using Terminal Mode on Ubuntu 22.04 #10

Description

@SeptenJDT

After launching and using the program, I get 0 sized log files in .septentrio/ folder

image

This is solved by changing a line in constants.py

DEFAULTLOGFILEPATH = LOGFILESPATH + "\" + filename
to
DEFAULTLOGFILEPATH = LOGFILESPATH + "/" + filename

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions