Skip to content

Commit

Permalink
Merge pull request #102 from gisce/imp_add_bad_timestamp
Browse files Browse the repository at this point in the history
IMP - Add bad timestamp FFFFFFFFFFFFF79
  • Loading branch information
tinogis authored May 22, 2024
2 parents 5233538 + bda653f commit b5f032e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primestg/report/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
'000000000000000',
'FFFFFFFFFFFFFF9',
'FFFFFFFFFFFFFF0',
'FFFFFFFFFFFFFFF'
'FFFFFFFFFFFFFFF',
'FFFFFFFFFFFFF79',
]

BAD_TIMESTAMP = SAGE_BAD_TIMESTAMP + S23_BAD_TIMESTAMP
Expand Down

0 comments on commit b5f032e

Please sign in to comment.