Skip to content
Snippets Groups Projects
Commit 84363c14 authored by cramakri's avatar cramakri
Browse files

BIS-500 SP-836 : Fixed file type created by the ipad-image dropbox.

SVN: 29722
parent f1c0bf77
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,6 @@ def create_image_data_set(tr, exp):
return ds
def add_image_to_folder(tr, samp, folder, filename):
new_filename = samp.getCode() + ".png"
new_filename = samp.getCode() + ".jpg"
linked_path = os.path.join(folder, new_filename)
os.link(os.path.join(folder, filename), linked_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment