Skip to content

Commit

Permalink
parse_perforce_path() takes two arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcnew committed Sep 24, 2010
1 parent cc1daa4 commit 9300c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/convert_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def main(argv):
parser = parse_gnu_changelog
elif opts.perforce_path:
#special case
create_event_xml(parse_perforce_path(opts.perforce_path), output)
create_event_xml(parse_perforce_path(opts.perforce_path, opts), output)
return
else:
print >>stderr, "No repository format given, for more info see:\n convert_logs.py --help"
Expand Down

0 comments on commit 9300c2e

Please sign in to comment.