Skip to content

Commit

Permalink
Add forgotten return
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Feb 16, 2015
1 parent 9305a80 commit 9ade9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/resources/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def init_system():
def boot_time():
# psutil-2.x.x is not backward compatible to psutil-1.x.x
try: return psutil.boot_time()
except AttributeError: psutil.get_boot_time()
except AttributeError: return psutil.get_boot_time()

0 comments on commit 9ade9fb

Please sign in to comment.