Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 84f3a0d

Browse files
committed
Oops.
1 parent 99e8f9a commit 84f3a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/grumprun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main(args):
9898
f.write(module_tmpl.substitute(package=package, imports=imports))
9999
return subprocess.Popen('go run ' + go_main, shell=True).wait()
100100
finally:
101-
print >> os.stderr, 'shutil.rmtree(%s)' % workdir
101+
print >> os.sys.stderr, 'shutil.rmtree(%s)' % workdir
102102

103103

104104
def _package_name(modname):

0 commit comments

Comments
 (0)