Ignore:
Timestamp:
12/23/10 01:26:26 (13 years ago)
Author:
atzm
Message:

fixed a trivial bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycgibattler/trunk/index.cgi

    r72 r73  
    124124        chara_names = [x.strip() for x in open(os.path.expanduser( 
    125125            CONFIG.get('character', 'name_list_file'))).xreadlines()] 
    126         skill_data = json.load(open(CONFIG.get('character', 'skill_list_file'))) 
     126        skill_data = json.load(open(os.path.expanduser( 
     127            CONFIG.get('character', 'skill_list_file')))) 
    127128 
    128129        lc = ListChooser(code) 
Note: See TracChangeset for help on using the changeset viewer.