summaryrefslogtreecommitdiff
path: root/scripts/osim-extract.py
diff options
context:
space:
mode:
authorTobias Klauser <tobias.klauser@uzh.ch>2013-01-29 15:12:49 +0100
committerTobias Klauser <tobias.klauser@uzh.ch>2013-01-29 15:12:49 +0100
commit2392e4535cda9b5727002b86723337ef721043a1 (patch)
tree25ba65568b84359b447a9cfb6c4262926ffa8ccd /scripts/osim-extract.py
parente953e9ac75341b928ae89861ce38f7bba0d8b911 (diff)
scripts/osim-extract.py: Fix typo in basename function call
Diffstat (limited to 'scripts/osim-extract.py')
-rwxr-xr-xscripts/osim-extract.py3
1 files changed, 1 insertions, 2 deletions
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: