DynamicGravitySystems / DGP

Dynamic Gravity Processor
http://dgp.readthedocs.io/en/develop/
Apache License 2.0
7 stars 4 forks source link

BUG: Reload button in Advanced Import window #30

Closed cbertinato closed 6 years ago

cbertinato commented 6 years ago

Clicking the reload button when none of the fields have been populated raises an exception.

bradyzp commented 6 years ago

Fixed in commit ad5984c. Resolution: Reload button action was connected to a partial function that was initialized with a None value, causing a runtime error. Action has been removed for further consideration of the functionality here.