File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -720,7 +720,6 @@ def run(self):
720720
721721 helper_bootstrap .knownNodes ()
722722 helper_bootstrap .dns ()
723-
724723 # Start the address generation thread
725724 addressGeneratorThread = addressGenerator ()
726725 addressGeneratorThread .daemon = True # close the main program even if there are threads left
Original file line number Diff line number Diff line change @@ -136,12 +136,12 @@ def lookupAppdataFolder():
136136
137137 # Migrate existing data to the proper location if this is an existing install
138138 try :
139+ move (path .join (environ ["HOME" ], ".%s" % APPNAME ), dataFolder )
139140 stringToLog = "Moving data folder to %s" % (dataFolder )
140141 if 'logger' in globals ():
141142 logger .info (stringToLog )
142143 else :
143144 print stringToLog
144- move (path .join (environ ["HOME" ], ".%s" % APPNAME ), dataFolder )
145145 except IOError :
146146 pass
147147 dataFolder = dataFolder + '/'
You can’t perform that action at this time.
0 commit comments