diff options
Diffstat (limited to 'scripts/lib/wic/engine.py')
| -rw-r--r-- | scripts/lib/wic/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index f0c5ff0aaf..11dedb8cac 100644 --- a/scripts/lib/wic/engine.py +++ b/scripts/lib/wic/engine.py | |||
| @@ -494,7 +494,7 @@ class Disk: | |||
| 494 | sparse_copy(partfname, target, seek=part['start'] * self._lsector_size) | 494 | sparse_copy(partfname, target, seek=part['start'] * self._lsector_size) |
| 495 | os.unlink(partfname) | 495 | os.unlink(partfname) |
| 496 | elif part['type'] != 'f': | 496 | elif part['type'] != 'f': |
| 497 | logger.warn("skipping partition {}: unsupported fstype {}".format(pnum, fstype)) | 497 | logger.warning("skipping partition {}: unsupported fstype {}".format(pnum, fstype)) |
| 498 | 498 | ||
| 499 | def wic_ls(args, native_sysroot): | 499 | def wic_ls(args, native_sysroot): |
| 500 | """List contents of partitioned image or vfat partition.""" | 500 | """List contents of partitioned image or vfat partition.""" |
