mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
remove another debug print
This commit is contained in:
parent
0867dd6dfc
commit
b2c50733d9
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ subprocess.call(['docker', 'build', '-t' , 'xonsh', '.'])
|
|||
os.remove('./Dockerfile')
|
||||
|
||||
run_args = ['docker', 'run', '-ti']
|
||||
print(args.env)
|
||||
for e in args.env:
|
||||
run_args += ['-e', e]
|
||||
if args.rm:
|
||||
|
|
Loading…
Add table
Reference in a new issue