Skip to content

Commit

Permalink
SmartCamera: print config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Feb 9, 2015
1 parent 7b149a2 commit 19c7639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smart_camera/sc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def __init__(self):
# default config file
self.config_file = expanduser("~/smart_camera.cnf")

# print config file location
print "config file: %s" % self.config_file

# create the global parser object
self.parser = ConfigParser.SafeConfigParser()

Expand Down

0 comments on commit 19c7639

Please sign in to comment.