Changeset 30b3ddb in mainline
- Timestamp:
- 2008-08-06T14:04:46Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57b4f46
- Parents:
- 677f620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkhord.py
r677f620 r30b3ddb 56 56 fs_image = os.path.abspath(sys.argv[2]) 57 57 if (not os.path.isfile(fs_image)): 58 print "<FS_IMAGE> must be a directory"58 print "<FS_IMAGE> must be a file" 59 59 return 60 60
Note:
See TracChangeset
for help on using the changeset viewer.