File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -235,13 +235,13 @@ def _download_pyradio(self):
235
235
print ('Error: Failed to download PyRadio source code...\n ' )
236
236
sys .exit (1 )
237
237
238
- print ('Extracting RyRadio source code...' )
239
- with zipfile .ZipFile (os .path .join (self ._dir , self .ZIP_DIR [self ._package ] + '.zip' )) as z :
240
- try :
241
- z .extractall (path = self ._dir )
242
- except :
243
- print ('Error: PyRadio source code ZIP file is corrupt...\n ' )
244
- sys .exit (1 )
238
+ print ('Extracting RyRadio source code...' )
239
+ with zipfile .ZipFile (os .path .join (self ._dir , self .ZIP_DIR [self ._package ] + '.zip' )) as z :
240
+ try :
241
+ z .extractall (path = self ._dir )
242
+ except :
243
+ print ('Error: PyRadio source code ZIP file is corrupt...\n ' )
244
+ sys .exit (1 )
245
245
246
246
def _mkdir (self , name , dir_exist_function = None , _permission_error_function = None ):
247
247
if os .path .isdir (name ):
You can’t perform that action at this time.
0 commit comments