From 061401ca2ed38fdb8fd87a39129e65a63cf237b6 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Nov 2022 15:41:33 +0300 Subject: [PATCH] =?UTF-8?q?=09=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE:=20=20=20=20=20=20pym/update/update.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pym/update/update.py b/pym/update/update.py index 56de88a..1d611e6 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -449,7 +449,6 @@ class Update(MethodsInterface): # --------------DEPRECATED--------------# # check for readonly fs if not os.access(rpath, os.W_OK): - self.printWARNING(_("Read only FS was found in %s, skipping this step") % rpath) return True chroot_path = path.normpath(self.clVars.Get('cl_chroot_path')) if chroot_path == '/': @@ -2071,4 +2070,4 @@ class Update(MethodsInterface): else: val = val if val else 0 self.clVars.Write(val_name, str(val), location="system") - \ No newline at end of file +