Don't left spaces at the end of file
This commit is contained in:
parent
713baeab63
commit
472a688e6e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class ActionsPlugin(object):
|
|||
# Dont open browser on autorun
|
||||
cmd = cmd.replace("start.py", "zeronet.py").replace('"--open_browser"', "").replace('"default_browser"', "").strip()
|
||||
|
||||
return "@echo off\ncd /D %s \n%s" % (os.getcwd(), cmd)
|
||||
return "@echo off\ncd /D %s\n%s" % (os.getcwd(), cmd)
|
||||
|
||||
def isAutorunEnabled(self):
|
||||
path = self.getAutorunPath()
|
||||
|
|
Loading…
Reference in a new issue