Fix to follow pylint check in ansible-test-sanity-docker-devel

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito
2022-09-07 11:05:24 +09:00
parent 6c0b91a3ee
commit abfe36c62f
4 changed files with 15 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ def _escape_fstab(v):
if isinstance(v, int):
return v
else:
return(
return (
v.
replace('\\', '\\134').
replace(' ', '\\040').