Skip to content

Windows / WSL - dead lock, waits forver #332

@cforce

Description

@cforce

In init.py
pf = "linux" if sys.platform.startswith("linux") else sys.platform
try:
---> search_paths.append(os.path.join(DEFAULT_TARGET_FOLDER[pf], "pandoc"))
except: # noqa
# not one of the know platforms...
pass

The program executes the marked line and never terminates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions