Skip to content

Commit

Permalink
fix(rtd): post release doc fixes for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Nov 16, 2016
1 parent 816eade commit c576d08
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions co2mpas/datasync.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,14 +643,13 @@ def main(*args):
_cmd_template(opts)
else:
do_datasync(
opts['<x-label>'], opts['<y-label>'],
opts['<ref-table>'], *opts['<sync-table>'],
out_path=opts['-O'],
prefix_cols=opts['--prefix-cols'],
force=opts['--force'],
no_clone=opts['--no-clone'],
interpolation_method=opts['--interp'],
)
opts['<x-label>'], opts['<y-label>'],
opts['<ref-table>'], *opts['<sync-table>'],
out_path=opts['-O'],
prefix_cols=opts['--prefix-cols'],
force=opts['--force'],
no_clone=opts['--no-clone'],
interpolation_method=opts['--interp'])


if __name__ == '__main__':
Expand Down

0 comments on commit c576d08

Please sign in to comment.