Skip to content
GitLab
菜单
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
NJU Geophy
seispy
提交
da29ddf4
提交
da29ddf4
编辑于
10月 17, 2018
作者:
Mijian Xu
😷
浏览文件
fix print error in updatecatalog.py
上级
41d97e7a
变更
1
Hide whitespace changes
Inline
Side-by-side
seispy/updatecatalog.py
浏览文件 @
da29ddf4
...
...
@@ -45,7 +45,7 @@ def fetch_cata(inlog=join(dirname(__file__), 'data', 'EventCMT.dat'), outlog='')
else
:
fid_new
=
open
(
outlog
,
'a+'
)
print
(
'Writing
station info to '
+
outlog
)
print
(
'Writing
event info'
)
for
year
,
mon
,
day
,
hour
,
min
,
sec
,
lat
,
lon
,
dep
,
mw
in
ndkparse
(
html
):
evt_time
=
datetime
(
year
,
mon
,
day
,
hour
,
min
,
int
(
sec
))
if
old_time_end
<
evt_time
:
...
...
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录