warning -> warn

This commit is contained in:
Jukka Aho
2015-11-02 14:59:20 +02:00
parent 4d659ce31a
commit 8381b44bfc
+1 -1
View File
@@ -58,7 +58,7 @@ function run_notebooks()
run(`timeout 180 runipy -o tutorials/$ipynb --kernel=julia-0.4`)
status = 0
catch error
warning("running notebook failed")
warn("running notebook failed")
Base.showerror(Base.STDOUT, error)
end
runtime = toc()