diff --git a/songbook.py b/songbook.py index d0a42c6e..1b0e2ccf 100755 --- a/songbook.py +++ b/songbook.py @@ -240,6 +240,8 @@ def main(): elif o in ("-o", "--output"): output = a elif o in ("-l", "--library"): + if not a.endswith('/'): + a += '/' library = a else: assert False, "unhandled option"