Changeset 1742 for ZMS/trunk


Ignore:
Timestamp:
01.12.2011 22:26:08 (6 months ago)
Author:
zmsdev
Message:

applied fix for static html-export (reported by gs1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/_fileutil.py

    r1720 r1742  
    456456        match = match or fnmatch.fnmatch( arcname, pattern) 
    457457      if match: 
    458         zf.write( filepath, arcname) 
     458        zf.write( filepath, str(arcname)) 
    459459 
    460460""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" 
Note: See TracChangeset for help on using the changeset viewer.