Skip to content

Commit 389610e

Browse files
committed
fix linter issue
1 parent 15062c7 commit 389610e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

virtualenvwrapper/hook_loader.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ def main():
153153
# output.write('set -x\n')
154154
run_hooks(hook + '_source', options, args, output)
155155
except (IOError, OSError) as e:
156-
log.error('Error while writing to %s: \n %s', options.script_filename, e)
156+
log.error('Error while writing to %s: \n %s',
157+
options.script_filename, e)
157158
sys.exit(1)
158159

159160
return 0

0 commit comments

Comments
 (0)