Skip to content

Commit 45a5f14

Browse files
committed
add a couple of debugging lines to the generated scripts
1 parent eefa4c9 commit 45a5f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

virtualenvwrapper/hook_loader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ def main():
119119
output = open(options.script_filename, "w")
120120
try:
121121
output.write('# %s\n' % hook)
122+
# output.write('echo %s\n' % hook)
123+
# output.write('set -x\n')
122124
run_hooks(hook + '_source', options, args, output)
123125
finally:
124126
output.close()

0 commit comments

Comments
 (0)