Skip to content

Catch time before 1970 in ASCReader - #1034

Merged
mergify[bot] merged 2 commits into
hardbyte:developfrom
cperkulator:develop
Apr 25, 2021
Merged

Catch time before 1970 in ASCReader#1034
mergify[bot] merged 2 commits into
hardbyte:developfrom
cperkulator:develop

Conversation

@cperkulator

Copy link
Copy Markdown
Contributor

timestamp method doesn't like time before 1970 apparently ans so an OSError was thrown.

@mergify
mergify Bot requested a review from hardbyte April 24, 2021 13:24
@codecov

codecov Bot commented Apr 24, 2021

Copy link
Copy Markdown

Codecov Report

Merging #1034 (048c3f0) into develop (893235e) will decrease coverage by 0.02%.
The diff coverage is 60.00%.

@@             Coverage Diff             @@
##           develop    #1034      +/-   ##
===========================================
- Coverage    70.82%   70.79%   -0.03%     
===========================================
  Files           78       78              
  Lines         7564     7564              
===========================================
- Hits          5357     5355       -2     
- Misses        2207     2209       +2     

@cperkulator cperkulator changed the title Catch time before 1970 Catch time before 1970 in ASCReader Apr 24, 2021
Comment thread tox.ini

commands =
pytest
pytest {posargs}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allows additional args to be passed through from tox. Needed to just run a single test.

@felixdivo felixdivo added bug file-io about reading & writing to files labels Apr 25, 2021

@felixdivo felixdivo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mergify
mergify Bot merged commit 5859cdc into hardbyte:develop Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug file-io about reading & writing to files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants