aws-samples / aws-greengrass-samples

Samples for AWS Greengrass
MIT No Attribution
96 stars 68 forks source link

Remove comment from discoverGGC in trafficLight.py #1

Closed stefsu closed 6 years ago

stefsu commented 6 years ago

The Greengrass traffic-light example raises an IOError: No such file or directory in trafficLight.py.

Solution: replace the comment in line 198 in front of the discoverGGC() function. This function handles the discovery and creates the required files and folders.

aborkar-aws commented 6 years ago

Thanks for flagging, @stefsu . We've fixed this issue.