summaryrefslogtreecommitdiff
path: root/aergia
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-07-22 02:39:32 -0600
committerbd <bdunahu@operationnull.com>2025-07-22 02:39:32 -0600
commit430482022b99e566794ceacd26824b1dcebf8496 (patch)
treef9b4431809b5aa7b75c66c5504f7131e3300904d /aergia
parent7d3238ccc4fd44f3279fccc46ef64b74ab0f71e6 (diff)
Clean up some comments in Aergia
Diffstat (limited to 'aergia')
-rwxr-xr-xaergia/aergia.py5
1 files changed, 2 insertions, 3 deletions
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]'
)