diff options
Diffstat (limited to 'aergia/aergia.py')
| -rwxr-xr-x | aergia/aergia.py | 5 |
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]' ) |
