Skip to content
Snippets Groups Projects
Commit 8b8ea27d authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Wrong import order for sys

Former-commit-id: 83cfb7f8
parent db6ae005
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,11 @@ label: find_skymodel_cal.py
arguments:
- '-c'
- |
import sys
from unittest.mock import MagicMock
sys.modules['lofarpipe.support.data_map'] = MagicMock()
import sys
from find_skymodel_cal import main as find_skymodel
import json
......
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