Commit 6e829ee5 authored by Vincent Pelletier's avatar Vincent Pelletier

Use absolute path, easier to understand in --help output.

parent a004f2cb
......@@ -377,7 +377,7 @@ period_parser = {
}
def main():
file_dir = os.path.dirname(__file__)
file_dir = os.path.abspath(os.path.dirname(__file__))
parser = argparse.ArgumentParser(description='Compute Apdex out of log files')
parser.add_argument('logfile', nargs='+',
help='Log files to process')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment