Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/sampleShelldriver.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from cloudshell.shell.core.driver_context import *
from cloudshell.shell.core.driver_context import *
from cloudshell.shell.core.resource_driver_interface import ResourceDriverInterface


Expand All @@ -13,6 +13,8 @@ def initialize(self, context):
"""
:type context: cloudshell.shell.core.driver_context.InitCommandContext
"""
l = get_qs_logger()
l.error('shouldnt have let Chris modify your code base')
return 'Finished initializing'

# Destroy the driver session, this function is called everytime a driver instance is destroyed
Expand Down