From 2392e4535cda9b5727002b86723337ef721043a1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 29 Jan 2013 15:12:49 +0100 Subject: scripts/osim-extract.py: Fix typo in basename function call --- scripts/osim-extract.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/osim-extract.py') diff --git a/scripts/osim-extract.py b/scripts/osim-extract.py index e9686ec..1c0de68 100755 --- a/scripts/osim-extract.py +++ b/scripts/osim-extract.py @@ -22,8 +22,7 @@ options: -j print only joint names -m print only muscle names -v verbose mode - -h show this help and exit""".format(os.path.basname(sys.argv[0]))) - + -h show this help and exit""".format(os.path.basename(sys.argv[0]))) def main(): try: -- cgit v1.2.3-54-g00ecf