rebook icon indicating copy to clipboard operation
rebook copied to clipboard

`entry_list` never user

Open R-e-d-J opened this issue 4 years ago • 0 comments

The variable entry_list (https://github.com/pwang7/rebook/blob/master/rebook.py#L2070) is never used.

entry_list = [
    inputPathEntry,
    outputPathEntry,
    cmdArgEntry,
    pageNumEntry,
    landscapePageNumEntry,
    currentPreviewPageNumEntry,
]

I think you can remove it

R-e-d-J avatar Aug 27 '21 09:08 R-e-d-J