Skip to content

Commit

Permalink
Modify path for cupSODA directory to /usr/local/share/cupSODA
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock authored and jamespino committed Sep 23, 2016
1 parent d68b638 commit 03d7b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysb/cupsoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def _get_cupsoda_path():

path_var = 'CUPSODAPATH'
bin_dirs = [
'/usr/local/share/',
'c:/Program Files/',
'/usr/local/share/cupSODA',
'c:/Program Files/cupSODA',
]

def check_bin_dir(bin_dir):
Expand Down

0 comments on commit 03d7b52

Please sign in to comment.