diff options
Diffstat (limited to 'python/position.py')
| -rw-r--r-- | python/position.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/position.py b/python/position.py index 90f23fcd..9af6d5c9 100644 --- a/python/position.py +++ b/python/position.py @@ -37,7 +37,7 @@ def get_list_range(engine, begin, end, asset_class=None): def backpopulate_marks(begin_str='2015-01-15', end_str='2015-07-15'): pattern = re.compile("\d{4}-\d{2}-\d{2}") - list_of_daily_folder = (fullpath for (fullpath, _, _) in os.walk('/home/share/Daily') + list_of_daily_folder = (fullpath for (fullpath, _, _) in os.walk('/home/serenitas/Daily') if pattern.match(os.path.basename(fullpath))) list_of_bdays = bdate_range(start=begin_str, end=end_str) for path in list_of_daily_folder: |
