Changeset 1287


Ignore:
Timestamp:
13 Jan 2007, 06:54:46 (18 years ago)
Author:
Henrik Bettermann
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r1286 r1287  
    9696            file = open(picture1)
    9797        elif os.path.exists(picture2):
    98             file = open(picture2)       
     98            file = open(picture2)
    9999        else:
    100             return "passport picture not found %s" % picture
     100            return "passport picture not found %s" % picture1
    101101
    102102        outfile = file.read()
Note: See TracChangeset for help on using the changeset viewer.