Skip to content

Commit

Permalink
Fix script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jun 19, 2016
1 parent 33c6306 commit 7720f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def cargo_cmd(command):
check_call(cargo_cmd('clean'), cwd=crate)

if args.doc:
rmtree('doc/target/doc')
rmtree('doc/target/doc', ignore_errors=True)
print 'Building docs'
check_call(['cargo', 'doc'], cwd='doc')
print 'Fixing up the search index'
Expand Down

0 comments on commit 7720f4b

Please sign in to comment.