~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-04-01 15:56:24 UTC
  • Revision ID: michael.hudson@canonical.com-20090401155624-qebpwjzjdok04fi2
fix bug #353230, thanks Peter Bui

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        config.print_help()
45
45
        sys.exit(1)
46
46
    elif config.arg_count == 1:
47
 
        [path] = args
 
47
        path = config.get_arg(0)
48
48
    else:
49
49
        path = '.'
50
50