Skip to content

Commit

Permalink
Slight update to remove old argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Howell committed May 14, 2020
1 parent 499f51f commit 3003724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/template_publish_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def __init__(self, orig_content_url):
temp_wb_file = t_file.save_new_file('Modified Workbook'.format(wb))
new_workbook_luid = d.workbooks.publish_workbook(workbook_filename=temp_wb_file, workbook_name=wb,
project_obj=dest_project,
overwrite=True, check_published_ds=False)
overwrite=True)
print('Published new workbook {}'.format(new_workbook_luid))
os.remove(temp_wb_file)

Expand Down

0 comments on commit 3003724

Please sign in to comment.