From b1f841a4e5c1859e7ffdee352baaf6deb16ee8e5 Mon Sep 17 00:00:00 2001 From: pascaljoly Date: Tue, 1 Mar 2016 16:42:18 -0800 Subject: [PATCH 1/2] Update shellconfig.xml --- datamodel/shellconfig.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datamodel/shellconfig.xml b/datamodel/shellconfig.xml index d8c037b..1bc8c5c 100644 --- a/datamodel/shellconfig.xml +++ b/datamodel/shellconfig.xml @@ -4,7 +4,7 @@ - Description for autoload + this is a really good time for a break! @@ -12,4 +12,4 @@ - \ No newline at end of file + From 848c15b98425532311021830e964572e251913d8 Mon Sep 17 00:00:00 2001 From: Pascal Joly Date: Fri, 4 Mar 2016 16:22:45 -0500 Subject: [PATCH 2/2] change --- src/sampleShelldriver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sampleShelldriver.py b/src/sampleShelldriver.py index 63fbb21..f2a8452 100644 --- a/src/sampleShelldriver.py +++ b/src/sampleShelldriver.py @@ -14,7 +14,7 @@ def initialize(self, context): :type context: cloudshell.shell.core.driver_context.InitCommandContext """ return 'Finished initializing' - + #this is a change # Destroy the driver session, this function is called everytime a driver instance is destroyed # This is a good place to close any open sessions, finish writing to log files def cleanup(self):