Commit aa5e28413662ef8afc9db6640abf971001f29acc

Authored by Paulo Henrique Junqueira Amorim
1 parent 53293b76

FIX: Fixed encoding problem

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/net/dicom.py
... ... @@ -115,3 +115,4 @@ class DicomNet:
115 115 else:
116 116 patients[patient_id][serie_id]['n_images'] += 1
117 117  
  118 + return patients
... ...