diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/intex/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/intex/common.py b/python/intex/common.py index 557189a4..009f0ba6 100644 --- a/python/intex/common.py +++ b/python/intex/common.py @@ -3,7 +3,7 @@ import os if os.name =='nt': root = "//WDsentinel/share/CorpCDOs" elif os.name == 'posix': - root = '/home/share/CorpCDOs' + root = '/home/serenitas/CorpCDOs' def sanitize_float(intex_float): try: |
