Skip to content

Commit aa4a324

Browse files
TobiasTobias
authored andcommitted
forgotten comment
1 parent 56e13d8 commit aa4a324

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

virtualenvwrapper/user_scripts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def run_global(script_name, *args):
5656
| stat.S_IROTH # read, others
5757
| stat.S_IXOTH) # execute, others
5858
PERMISSIONS_SOURCED = PERMISSIONS \
59-
& ~ ( # remove executable bits for
60-
stat.S_IXUSR # ... user
61-
| stat.S_IXGRP # ...
62-
| stat.S_IXOTH)
59+
& ~ (# remove executable bits for
60+
stat.S_IXUSR # ... user
61+
| stat.S_IXGRP # ... group
62+
| stat.S_IXOTH) # ... others
6363

6464

6565
GLOBAL_HOOKS = [

0 commit comments

Comments
 (0)