X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FValidateNodeInstall.py;h=49ce35bcab4d65b25f1c1eaf157f2ea58b65aca3;hb=89d9c16f082121082cba04842d652a3db89bcb5f;hp=dfe52bbb9d6634a269d8f4fca47ef23c39009eb2;hpb=b1ac28074329066ca96da69c26cc9eb83c363ab2;p=bootmanager.git diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index dfe52bb..49ce35b 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -83,7 +83,7 @@ def Run( vars, log ): utils.makedirs( SYSIMG_PATH ) - for filesystem in ("root"): + for filesystem in ["root"]: try: # first run fsck to prevent fs corruption from hanging mount... log.write( "fsck %s file system\n" % filesystem )