【发布时间】:2013-03-25 22:36:10
【问题描述】:
我有很多生成的python脚本
/home/intranet/public_html/intranet/bin/utils.py:172: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
fin, fout = os.popen4(cmd)
和其他警告。
有没有办法在系统或 cron 范围内隐藏它们?
谢谢!
【问题讨论】: