Skip to content

Commit

Permalink
fix synthaxe in output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed May 24, 2017
1 parent 43bc0fb commit 74aa311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/wallet/gnome.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def __init__(self):

def run(self, software_name = None):
if os.getuid() == 0:
print_debug('WARNING', 'Do not run it with root privileges)\n')
print_debug('WARNING', 'Do not run it with root privileges\n')
return
try:
import gnomekeyring
Expand Down
2 changes: 1 addition & 1 deletion Linux/lazagne/softwares/wallet/kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self):

def run(self, software_name = None):
if os.getuid() == 0:
print_debug('INFO', 'Do not run with root privileges)\n')
print_debug('INFO', 'Do not run with root privileges\n')
return
try:
from PyKDE4.kdeui import KWallet
Expand Down

0 comments on commit 74aa311

Please sign in to comment.