Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Fix error in "Render and update" addin #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petrbouchal
Copy link

The error occurs because dedoc() does not take the parameter passed by dedoc_to_active_file(), which thus passes it to word_document().

My understanding is that this is a remnant of a pre-refactor form of dedoc() as dedoc() currently does not use this parameter and handles the roundtrip process internally; I tested it without the parameter and it seems to work but will require review to make sure I didn't miss anything.

Fixes #57

…ixes noamross#57

My understanding is that this is a remnant of a pre-refactor form of dedoc() as dedoc() currently does not use this parameter and handles the roundtrip process internally; I tested it without the parameter and it seems to work but will require review to make sure I didn't miss anything.
@statsccpr
Copy link

statsccpr commented Jun 8, 2020

First time tester, this was the immediate error I ran into with
redoc_0.1.0.9000

This error came up via the addin as well as the console with roundtrip() like
#57

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in word_document when called by roundtrip_active_file
2 participants