master
richard 2013-05-08 12:48:56 +01:00
parent 5c77818997
commit bd803b62ee
1 changed files with 3 additions and 1 deletions

View File

@ -284,7 +284,9 @@ class Mega(object):
return node_id
def get_id_from_obj(self, node_data):
#determine node id
"""
Get node id from a file object
"""
node_id = None
for i in node_data['f']: