Skip to content

Commit

Permalink
fixed local reference
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingDiver committed Mar 20, 2018
1 parent 785644d commit 7ae9d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ def createAllDevices(self, valuesDict):

self.logger.info(u"Creating Devices from repeater at %s, Grouping = %s, Simulated = %s, Create Unprogrammed = %s" % (self.pluginPrefs["ip_address"], self.group_by, self.simulated, self.create_unused))

if use_local:
if self.use_local:
tree = ET.parse('/Users/jkeenan/Projects/Indigo PlugIns/Lutron/DbXmlInfo.xml')
root = tree.getroot()
else:
Expand Down

0 comments on commit 7ae9d0d

Please sign in to comment.