Skip to content

Commit

Permalink
added more debug to catch down error
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Oct 19, 2014
1 parent edde2b9 commit 2a1d95a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DPH_StillPicture.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(self):
printl("", self , "S")

self.boxInformation = getBoxInformation()
printl("boxInformation: " + str(self.boxInformation), self, "D")

try:
self.load()
Expand Down

0 comments on commit 2a1d95a

Please sign in to comment.