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

Add multiple function select in UploadAll dialog #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jellever
Copy link

@jellever jellever commented May 9, 2017

Hi,

Added some basic code for selecting a function in the upload dialog and holding shift to select or deselect multiple functions.

Regards,

Jelle Vergeer

Copy link
Contributor

@demonduck demonduck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great additions. There seems to be a new bug introduced by this pull request. Also please fork the dev branch and complete a pull request to the dev branch. That way we can ensure the master is a stable branch and the dev can have a test period before moving it to the master branch.

return

msg = '[1st] Error: {}'.format(data['msg'])
msg = '[1st] Error: {}'.format(result['msg'])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will cause an exception to occur, result is not a variable in the scope of __data. I believe the original master and dev branch correctly checks.

Pull fixes from original branch
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.

2 participants