Commit 90098fe8 authored by Pavel Emelyanov's avatar Pavel Emelyanov

test: Fix flake8 error about ; at the end of line

Runaway from 66299a00Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 221867c5
......@@ -196,7 +196,7 @@ class ns_flavor:
self.__mknod("null", os.makedev(1, 3))
self.__mknod("net/tun")
self.__mknod("rtc")
self.__mknod("autofs", os.makedev(10, 235));
self.__mknod("autofs", os.makedev(10, 235))
def __copy_deps(self, deps):
for d in deps.split('|'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment