From 430482022b99e566794ceacd26824b1dcebf8496 Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 22 Jul 2025 02:39:32 -0600 Subject: Clean up some comments in Aergia --- aergia/aergia.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'aergia') diff --git a/aergia/aergia.py b/aergia/aergia.py index b10c82b..edf82ba 100755 --- a/aergia/aergia.py +++ b/aergia/aergia.py @@ -135,8 +135,8 @@ class Aergia(object): for key in Aergia.sort_samples(Aergia.samples): Aergia.print_sample(key) else: - print("No samples were gathered. If you are using concurrency, " - "this is likely a bug and you may run the profiler again.") + print("No samples were gathered. If you *are* using concurrency, " + "this is likely a bug and you may run Aergia again.") @staticmethod def print_sample(key): @@ -292,7 +292,6 @@ the_globals = { if __name__ == "__main__": # parses CLI arguments and facilitates profiler runtime. - # foo parser = argparse.ArgumentParser( usage='%(prog)s [args] script [args]' ) -- cgit v1.2.3