Skip to content

Commit

Permalink
Merge d46b0f5 into f2bece4
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Jun 2, 2017
2 parents f2bece4 + d46b0f5 commit c18451b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/diamond
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def main():
try:
if gid != -1 and uid != -1:
# Manually set the groups since they aren't set by default
user = pwd.getpwuid(uid).pw_name

# Python 2.7+
if hasattr(os, 'initgroups'):
Expand Down

0 comments on commit c18451b

Please sign in to comment.