8000 Support Different OS File Separators · Issue #11 · kyclark/tiny_python_projects · GitHub
[go: up one dir, main page]

Skip to content

Support Different OS File Separators  #11

@zachsez

Description

@zachsez

Use the os.sep constant instead of hard coded / to support Windows execution.
From: prg = ./hello.py
To: prg = '.' + os.sep + 'hello.py'

Example of Issue

OS Docs

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

      0