fix variable name after recent refactoring
This commit is contained in:
		| @ -120,9 +120,9 @@ def usage(): | |||||||
|  |  | ||||||
| def signal_handler(sig, frame): | def signal_handler(sig, frame): | ||||||
|     global shutdown |     global shutdown | ||||||
|     if should_stop:  # pressed twice, so exit immediately |     if shutdown:  # pressed twice, so exit immediately | ||||||
|         exit(0) |         exit(0) | ||||||
|     should_stop = True  # pressed once, exit gracefully |     shutdown = True  # pressed once, exit gracefully | ||||||
|  |  | ||||||
|  |  | ||||||
| def expert_report(trace_path, color_mode): | def expert_report(trace_path, color_mode): | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user