You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
System and Python Environment
uname -a
python -V
python cobra.py
Description
[Description of the bug or feature]
Steps to Reproduce
utils.py 文件 def target_directory
149 if '/' in branch:
150 target, branch = '{t}:{b}'.format(t=target, b=branch), 'master'
这个判断必要性在哪,为什么要替换成master,master 难道一定会存在吗 ????target 替换之后会通不过re.match的正则校验从而出错
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
The text was updated successfully, but these errors were encountered: