Skip to content

Hardcoded file separator #24

@QiAnXinCodeSafe

Description

@QiAnXinCodeSafe

self.plugin_folder = '\\DynamicPlugins\\'

The path split symbol problem is different for different operating systems. Hard-coded file separators should not be used. Instead, use a platform-independent API provided by the language library,such as os.path.join or os.sep

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