From 08e6c440bd2cc75f7c7bbf4b37bc2f7e377c7f48 Mon Sep 17 00:00:00 2001 From: Raphael Matto Date: Wed, 3 Jan 2018 16:10:19 -0500 Subject: [PATCH] For #45533, minor polish before merge. --- src/examplePlugins/docs/logArgs.md | 2 +- src/examplePlugins/sharedStateC.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/examplePlugins/docs/logArgs.md b/src/examplePlugins/docs/logArgs.md index 1c834ee0..857d28ff 100644 --- a/src/examplePlugins/docs/logArgs.md +++ b/src/examplePlugins/docs/logArgs.md @@ -2,7 +2,7 @@ This is an EXAMPLE PLUGIN. -Use this plugin to determin if the Shotgun Event Daemon has been successfully +Use this plugin to determine if the Shotgun Event Daemon has been successfully installed. It will log all events in Shotgun by spitting out the event dictionary. diff --git a/src/examplePlugins/sharedStateC.py b/src/examplePlugins/sharedStateC.py index f3d40537..63ba8dbc 100644 --- a/src/examplePlugins/sharedStateC.py +++ b/src/examplePlugins/sharedStateC.py @@ -38,8 +38,8 @@ def registerCallbacks(reg): Register all necessary or appropriate callbacks for this plugin. """ - scriptName = os.environ["SGDAEMON_SHAREDSTATEA_NAME"] - scriptKey = os.environ["SGDAEMON_SHAREDSTATEA_KEY"] + scriptName = os.environ["SGDAEMON_SHAREDSTATEC_NAME"] + scriptKey = os.environ["SGDAEMON_SHAREDSTATEC_KEY"] # Prepare the shared state object _state = {