X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=blobdiff_plain;f=nepi%2Fresources%2Flinux%2Fapplication.py;h=94bd5e9305688514f10a6f07ac2b544b9edc9702;hp=fe4ca5a0eeb9794ed076e5b3dbcd59ba79c8a816;hb=6e711e2a04ab60b961907c49bf1368555cf93c78;hpb=1a578c87ac89d619a9a83f3ff83f239348ab4426 diff --git a/nepi/resources/linux/application.py b/nepi/resources/linux/application.py index fe4ca5a0..94bd5e93 100644 --- a/nepi/resources/linux/application.py +++ b/nepi/resources/linux/application.py @@ -158,8 +158,8 @@ class LinuxApplication(ResourceManager): Attribute("stdin", "Standard input for the 'command'", flags = Flags.Design)) cls._register_attribute( - Attribute("tearDown", "Command to be executed just before " - "releasing the resource", + Attribute("tearDown", + "Command to be executed just before releasing the resource", flags = Flags.Design)) @classmethod