Skip to content

Commit

Permalink
Refresh master ImageFileCollection before using it
Browse files Browse the repository at this point in the history
Closes #127
  • Loading branch information
mwcraig committed May 30, 2016
1 parent c30945a commit f47a323
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,26 @@ Bug fixes
^^^^^^^^^


0.2.6 (unreleased)
0.2.7 (unreleased)
----------------

General
^^^^^^^

New Features
^^^^^^^^^^^^

Other Changes
^^^^^^^^^^^^^

Bug fixes
^^^^^^^^^

- The `ImageFileCollection` used to find masters was out of date and not
refreshed if a reduction widget was created before the masters were
created. [#127]

0.2.6 (2016-05-27)
----------------

General
Expand Down
1 change: 1 addition & 0 deletions reducer/astro_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def action(self):

# Refresh in case files have been added since the widget was created.
self.image_collection.refresh()
self._master_source.refresh()

# Suppress warnings that come up here...mostly about HIERARCH keywords
warnings.filterwarnings('ignore')
Expand Down

0 comments on commit f47a323

Please sign in to comment.