gwastro / sbank

GNU General Public License v2.0
4 stars 14 forks source link

time data format does not match #44

Closed HumphreyWang closed 2 years ago

HumphreyWang commented 2 years ago

Hi, when I run an example of sbank it reported the error:

ValueError: time data '2022-02-21 16:26:03 +000' does not match format '%Y-%m-%d %H:%M:%S +0000'

image

So I edited line 463 in bin/sbank from +000 to +0000, then it worked well :)

HumphreyWang commented 2 years ago

I just notice that it has already been fixed, sorry for disturb