suggested fix for jbrout# 194?

20 views
Skip to first unread message

Matěj Cepl

unread,
Aug 27, 2013, 4:51:49 AM8/27/13
to Rob Wallace, jbr...@googlegroups.com
On 08/27/2013 02:34 AM, Rob Wallace wrote:
> From reading the patch it looks to be correct.

Could I ask for one more, please? ...
https://code.google.com/p/jbrout/issues/detail?id=194

Thanks a lot,

Matěj

--
http://www.ceplovi.cz/matej/, Jabber: mc...@ceplovi.cz
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC

"Push to test." (click) "Release to detonate..."
-- from a bugzilla quip list

signature.asc

Matěj Cepl

unread,
Sep 16, 2013, 9:59:53 AM9/16/13
to jbr...@googlegroups.com, Matěj Cepl
We have never finished discussion about this patch. So again, let me
add this to the stack of patches which I will merge to the SVN trunk on
Friday.

Best,

Matěj

Signed-off-by: Matěj Cepl <mc...@redhat.com>
---
jbrout/jbrout/db.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbrout/jbrout/db.py b/jbrout/jbrout/db.py
index e495660..79a07e7 100755
--- a/jbrout/jbrout/db.py
+++ b/jbrout/jbrout/db.py
@@ -229,7 +229,7 @@ class DBPhotos:
p = PhotoNode(i)
print p.name
pc = PhotoCmd(p.file)
- pc._write() # rewrite iptc in file
+ pc.__maj() # rewrite iptc in file
p.updateInfo(pc) # rewrite iptc in db.xml

def getMinMaxDates(self):
@@ -927,7 +927,7 @@ class PhotoNode(object):
return True

def updateInfo(self, pc):
- """ feel the node with REALS INFOS from "pc"(PhotoCmd)
+ """ fill the node with REAL INFOS from "pc"(PhotoCmd)
return the tags
"""
assert pc.__class__ == PhotoCmd
--
1.8.3.1

Matěj Cepl

unread,
Sep 22, 2013, 2:04:16 PM9/22/13
to jbr...@googlegroups.com
Commited as r362.

Matěj
Reply all
Reply to author
Forward
0 new messages