From 5a363068de193375fe2c629ceb7149c45773d8ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 30 Jul 2010 12:27:04 +0200 Subject: [PATCH] fix typo --- source/steps/ValidateNodeInstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index ae32475..1f10616 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -100,7 +100,7 @@ def Run( vars, log ): return -1 else: # disable time/count based filesystems checks - utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" PARTITIONS[filesystem], log) + utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" % PARTITIONS[filesystem], log) try: # then attempt to mount them -- 2.43.0