mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Misc
Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
This commit is contained in:
		 Robert Geislinger
					Robert Geislinger
				
			
				
					committed by
					
						 pukkandan
						pukkandan
					
				
			
			
				
	
			
			
			 pukkandan
						pukkandan
					
				
			
						parent
						
							8522226d2f
						
					
				
				
					commit
					7aaf4cd2a8
				
			| @@ -5,7 +5,7 @@ | ||||
| 
 | ||||
| import sys | ||||
| 
 | ||||
| if __package__ is None and not hasattr(sys, 'frozen'): | ||||
| if __package__ is None and not getattr(sys, 'frozen', False): | ||||
|     # direct call of __main__.py | ||||
|     import os.path | ||||
|     path = os.path.realpath(os.path.abspath(__file__)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user