Skip to content

Commit

Permalink
See CHANGELOG tag-1.1-20210507
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed May 8, 2021
1 parent e0635d0 commit 99281c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tag-1.1-20210507 JP
- Fix bug in RDR Organization load

tag-1.1-20210403 JP
- Remove old RDR Site and Resource code, improve Global URNMAP variable names, loading, and use

Expand Down
4 changes: 2 additions & 2 deletions bin/route_resource_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1410,8 +1410,8 @@ def Write_RDR_Providers(self, content, contype, config):
self.logger.error(msg)
return(False, msg)

self.logger.debug('{} updated resource ID={}'.format(contype, myGLOBALURN))
self.STATS.update({me + '.Update'})
self.logger.debug('{} updated resource ID={}'.format(contype, myGLOBALURN))
self.STATS.update({me + '.Update'})

self.Delete_OLD(me, cur, new)

Expand Down

0 comments on commit 99281c2

Please sign in to comment.