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 + 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):