Changeset 82 for trunk/lib


Ignore:
Timestamp:
06/26/15 22:04:19 (9 years ago)
Author:
tim
Message:

minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/bletchley/blobtools.py

    r67 r82  
    3131# bytes or managing encoded case
    3232def _percentEncode(binary, plus=False, upper=True):
    33     fmt = "%%%.2X"
     33    fmt = "%%%.2x"
    3434    if upper:
    35         fmt = "%%%.2x"
     35        fmt = "%%%.2X"
    3636
    3737    ret_val = bytearray(b'')
Note: See TracChangeset for help on using the changeset viewer.