File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,6 @@ def mainUmineko(conf):
139
139
140
140
downloaderAndExtractor .printPreview ()
141
141
142
- # Delete all non-checksummed files from the download folder, if they exist
143
- if not optionParser .downloadManually :
144
- print ("Removing non-checksummed downloads:" )
145
- deleteExtractablesFromFolder (downloadTempDir , [x for x in downloaderAndExtractor .extractList if not x .fromMetaLink ])
146
-
147
142
downloaderAndExtractor .download ()
148
143
149
144
# Treat the install as "started" once the "download" stage is complete
Original file line number Diff line number Diff line change @@ -64,13 +64,6 @@ def main(conf):
64
64
downloaderAndExtractor .printPreview ()
65
65
66
66
# Download files
67
- # Delete all non-checksummed files from the download folder, if they exist
68
- for extractableItem in downloaderAndExtractor .extractList :
69
- extractableItemPath = os .path .join (downloadTempDir , extractableItem .filename )
70
- if not extractableItem .fromMetaLink and os .path .exists (extractableItemPath ):
71
- print ("Removing existing non-checksummed download: [{}]" .format (extractableItemPath ))
72
- os .remove (extractableItemPath )
73
-
74
67
downloaderAndExtractor .download ()
75
68
76
69
# If any mod options request deletion of a folder, do it before the extraction
You can’t perform that action at this time.
0 commit comments