Browse Source

已修改 .idea/workspace.xml

已修改        util/Cv2Utils.py
tags/V2.7.7^2^2
chenyukun 1 year ago
parent
commit
0614cf8043
2 changed files with 2 additions and 6 deletions
  1. +2
    -5
      .idea/workspace.xml
  2. +0
    -1
      util/Cv2Utils.py

+ 2
- 5
.idea/workspace.xml View File

@@ -4,10 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="4f7dccd9-8f92-4a6e-90cc-33890d102263" name="Changes" comment="Changes">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/util/Cv2Utils.py" beforeDir="false" afterPath="$PROJECT_DIR$/util/Cv2Utils.py" afterDir="false" />
</list>
<list default="true" id="4f7dccd9-8f92-4a6e-90cc-33890d102263" name="Changes" comment="Changes" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -527,7 +524,7 @@
<workItem from="1687736740408" duration="603000" />
<workItem from="1687737713032" duration="3837000" />
<workItem from="1687779451916" duration="5176000" />
<workItem from="1687933838564" duration="3086000" />
<workItem from="1687933838564" duration="3537000" />
</task>
<servers />
</component>

+ 0
- 1
util/Cv2Utils.py View File

@@ -659,7 +659,6 @@ def build_video_info(pull_url, requestId):
pp = sp.Popen(args, stdout=sp.PIPE, stderr=sp.PIPE)
out, err = pp.communicate(timeout=20)
if pp.returncode != 0:
logger.error("未获取视频信息:{}, requestId:{}", format_exc(), requestId)
raise Exception("未获取视频信息!!!!")
probe = loads(out.decode('utf-8'))
# 视频大小

Loading…
Cancel
Save