在 Subprocess.run 中使用整数变量

发布于 2025-01-16 10:51:48 字数 205 浏览 1 评论 0原文

我目前正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文