在 Subprocess.run 中使用整数变量
我目前正在使用 subprocess.run 在 python 中编写管道。我有循环来生成我必须测试的变量。代码的结构类似于 for variable in range(n): subprocess.run(["%s -d variable" %(something)], shell = True)
。但我的结果总是显示变量已重置为 1。我应该怎么做才能使循环正常工作?
I am currently coding a pipeline in python with subprocess.run. I have loops to generate variables that I have to test. The structure of the code is something like for variable in range(n): subprocess.run(["%s -d variable" %(something)], shell = True)
. But my results always show that the variable had reset to 1. What should I instead do such that the loop will work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论