Changeset 30b3ddb in mainline


Ignore:
Timestamp:
2008-08-06T14:04:46Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57b4f46
Parents:
677f620
Message:

directory → file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/mkhord.py

    r677f620 r30b3ddb  
    5656        fs_image = os.path.abspath(sys.argv[2])
    5757        if (not os.path.isfile(fs_image)):
    58                 print "<FS_IMAGE> must be a directory"
     58                print "<FS_IMAGE> must be a file"
    5959                return
    6060       
Note: See TracChangeset for help on using the changeset viewer.