Skip to content

Commit

Permalink
error in inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
sethjuarez committed Mar 6, 2018
1 parent 6c036b0 commit f88a8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
def info_caller():
# getting calling function
caller = inspect.stack()[1]
print(" - Using: %s" % caller.function)
print(" - Using: %s" % caller)
args, _, _, values = inspect.getargvalues(caller[0])
for i in args:
o = str(values[i]).replace("\n", " \n")
Expand Down

0 comments on commit f88a8a4

Please sign in to comment.