Skip to content

Commit

Permalink
Add one other print for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: BryceGattis <[email protected]>
  • Loading branch information
BryceGattis committed Jul 14, 2024
1 parent 277c2e8 commit 496a499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rez/resolved_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def __call__(self, state):
print(self.time_limit)
if self.time_limit != -1:
secs = time.time() - self.start_time
print(self.start_time)
print(time.time())
print(secs)
if secs > self.time_limit:
Expand Down

0 comments on commit 496a499

Please sign in to comment.