From 730a427cfff4eb643936277ccbe6ee6c74249458 Mon Sep 17 00:00:00 2001 From: Goffi Date: Mon, 27 Sep 2010 17:33:25 +0800 Subject: [PATCH] removed some forgotten TODO --- gcp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcp b/gcp index b68db51..49fbf59 100755 --- a/gcp +++ b/gcp @@ -347,7 +347,6 @@ class GCP(): def __post_copy(self, source_file, dest_file, options): """Do post copy traitement (mainly managing --preserve option)""" st_mode, st_ino, st_dev, st_nlink, st_uid, st_gid, st_size, st_atime, st_mtime, st_ctime = os.stat(source_file) - #TODO: complete log in case of errors for preserve in options.preserve: try: if preserve == 'mode': @@ -412,7 +411,7 @@ class GCP(): help=_("don't fixe name encoding errors")) #TODO parser.add_option("--no-fs-fix", action="store_false", dest='fs_fix', default=True, - help=_("don't fixe filesystem name incompatibily")) #TODO + help=_("don't fixe filesystem name incompatibily")) parser.add_option("--no-progress", action="store_false", dest="progress", default=True, help=_("deactivate progress bar"))