Skip to content

Commit

Permalink
[Mod] 使用warning输出信息
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Feb 12, 2023
1 parent 9e4500d commit eb426f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnpy_datamanager/ui/widget.py
Expand Up @@ -612,7 +612,7 @@ def download(self) -> None:

def output(self, msg: str) -> None:
"""输出下载过程中的日志"""
QtWidgets.QMessageBox.information(
QtWidgets.QMessageBox.warning(
self,
"数据下载",
msg,
Expand Down

0 comments on commit eb426f9

Please sign in to comment.