Changeset 4463


Ignore:
Timestamp:
May 21, 2007, 10:24:13 AM (17 years ago)
Author:
duncan
Message:

remove cross platform bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/data_manager.py

    r4462 r4463  
    16421642    # How many sww files are there?
    16431643    dir, base = os.path.split(basename_in)
     1644   
     1645    if dir == "": dir = "." # Unix compatibility
    16441646    dir_ls = os.listdir(dir)
    16451647    interate_over = [x[:-4] for x in dir_ls if base in x and x[-4:] == '.sww']
Note: See TracChangeset for help on using the changeset viewer.