Skip to content

Commit

Permalink
fix windows mmskl_home with prefix r
Browse files Browse the repository at this point in the history
mmskl_home generated as a path `'C:\path\to\mmskeleton'` won't work without prefix `r` because some characters will be escape
  • Loading branch information
sheiun authored Feb 7, 2020
1 parent ecaf5db commit 2327903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def write_version_py():
# TIME: {}
__version__ = '{}'
short_version = '{}'
mmskl_home = '{}'
mmskl_home = r'{}'
"""
sha = get_hash()
VERSION = SHORT_VERSION + '+' + sha
Expand Down

0 comments on commit 2327903

Please sign in to comment.