Skip to content

Commit bec6133

Browse files
committed
add debugging print
1 parent c0123c9 commit bec6133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slips_files/common/slips_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ def get_time_format(self, time) -> Optional[str]:
465465
except ValueError:
466466
pass
467467

468+
print(f"@@@@@@@@@@@@@@@@ time {time} .. returning False, ")
468469
return False
469470

470471
def to_delta(self, time_in_seconds):

0 commit comments

Comments
 (0)