diff options
Diffstat (limited to 'python/clo_universe.py')
| -rw-r--r-- | python/clo_universe.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/clo_universe.py b/python/clo_universe.py index 2590dd21..721a6c0e 100644 --- a/python/clo_universe.py +++ b/python/clo_universe.py @@ -12,7 +12,8 @@ if os.name=='nt': elif os.name=='posix': root = "/home/share/CorpCDOs/" -universe = "data/clo_universe_intex_2012-11-21.txt" +workdate = '2012-11-30' +universe = os.path.join("data", "clo_universe_intex_" + workdate + ".txt") def convertToNone(s): return None if s=="-" or s=="" else s |
