Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
fixes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 3, 2016
1 parent 7579c80 commit a3abc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -7,7 +7,8 @@ History of Source Code Changes
:2016.0203.0: fixes (`issue #19 <https://github.com/prjemian/assign_gup/issues/19>`_),
fixes (`issue #32 <https://github.com/prjemian/assign_gup/issues/32>`_),
fixes (`issue #35 <https://github.com/prjemian/assign_gup/issues/35>`_),
fixes (`issue #41 <https://github.com/prjemian/assign_gup/issues/41>`_)
fixes (`issue #41 <https://github.com/prjemian/assign_gup/issues/41>`_),
fixes (`issue #42 <https://github.com/prjemian/assign_gup/issues/42>`_)
:2016.0201.1: provide an "un-assign all proposals" capability (`issue #37 <https://github.com/prjemian/assign_gup/issues/37>`_)
:2016.0201.0: announce that auto_assign has completed (`issue #36 <https://github.com/prjemian/assign_gup/issues/38>`_)
:2016.0114.1: described program installation
Expand Down
1 change: 1 addition & 0 deletions src/Assign_GUP/prop_mvc_data.py
Expand Up @@ -95,6 +95,7 @@ def importXml(self, filename):
prop = proposal.AGUP_Proposal_Data(node, filename)
db[prop_id] = prop
self.prop_id_list.append(prop_id)
self.prop_id_list = sorted(self.prop_id_list)
self.proposals = db

def writeXmlNode(self, specified_node):
Expand Down

0 comments on commit a3abc26

Please sign in to comment.