Skip to content

Commit

Permalink
bindings/python/cntk/sample_installer.py: stick to lower-case beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Feb 22, 2017
1 parent 788b254 commit bfd2a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/cntk/sample_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def default_sample_dir():
if module_is_unreleased():
version = version[:-1]
version = version.replace('.', '-')
version = string.capwords(version, '-')
return 'CNTK-Samples-%s' % (version)

def default_sample_url():
Expand Down

0 comments on commit bfd2a34

Please sign in to comment.