(Windows ONLY) Configuration Menu, Multiple Issues when writing new config file

Issue #20 resolved
blakeca00 repo owner created an issue
$ keyup --configure

operation does not utilize correct fs paths appropriate for windows.

Issue being addressed in v0.9.7

Comments (3)

  1. blakeca00 reporter

    configuration.py module updates Implemented in release v0.9.7:

    • os_parityPath: module func for os-specific path alignment
    • validate_fs_location: module func validates write perms to location
    • expand_home_path: expands '~' (linux only)

    Combined with updates in release v0.9.6: * set_writeable_location

    should resolve issues when creating new local config file on windows

  2. Log in to comment