Skip to content

fix: fixing the previous wrongly merged MR

Joao Castro requested to merge fix_merge into develop

Problem: I merged the functional branch within the develop branch which had an old python code there. This happened because I git cloned the develop before this old python code being merged, so solve that I should had used git pull to get this code and remove all unrelated files.

Solution: I did checkout from the develop branch to a new one, removed all the files and created a new merge request.

Merge request reports