Skip to content

Commit

Permalink
Update wifi.py
Browse files Browse the repository at this point in the history
Correction of indent issue: pwd_found was not return if os.getuid() == 0.
  • Loading branch information
cervoise authored Sep 2, 2019
1 parent 5706c25 commit 46e6722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/wifi/wifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def run(self):
else:
self.info('You need sudo privileges')

return pwd_found
return pwd_found

0 comments on commit 46e6722

Please sign in to comment.