Skip to content

Check if platform is Linux or Darwin #57

@adamtec

Description

@adamtec

I know MacOS is not a primary focus but if you could change this if statement to check for both Linux or Darwin this would prevent littering MacOS filesystem with c:/.

Change this:

if thisOS == 'Linux':

to something like:

if thisOS in ('Linux', 'Darwin'):

at following location:

https://github.com/TeledyneLeCroy/SignalIntegrity/blob/652c4d254daa26a7cbede8e4dccdc44bbc92585a/SignalIntegrity/App/Preferences.py#L33

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions