kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			Merge pull request #2225 from james-pcdr/patch-2
Update scanner.py: fix print to stderrpull/2237/head
						commit
						fcd43df711
					
				| 
						 | 
				
			
			@ -373,7 +373,7 @@ def main():
 | 
			
		|||
        pass
 | 
			
		||||
    except Exception as ex:
 | 
			
		||||
        tb = traceback.format_exc()
 | 
			
		||||
        print >> sys.stderr, tb
 | 
			
		||||
        print(tb, file=sys.stderr)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue