Skip to content

Console "HOME" key error on Windows (with FIX) #103

@davidstackio

Description

@davidstackio

When trying to use the console from windows I get a key error as described in this post on StackOverflow.

FIX:
Replace os.environ["HOME"] with os.path.expanduser('~') on line 90 in scripts/shopify_api.py

Proposed fix needs to be tested on Linux and Mac. Works on Windows 7 x64.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions