Skip to content
Snippets Groups Projects
Commit 8922ee0f authored by ojs1g14's avatar ojs1g14
Browse files

Update sample_test.py

parent ced70275
No related branches found
No related tags found
No related merge requests found
Pipeline #48 failed
......@@ -27,7 +27,7 @@ class TestBasicFunction(unittest.TestCase):
def test_AmpScan_imports(self):
print("PATH 0:")
print(sys.path[0])
modPath = os.path.abspath(os.getcwd())+"\\AmpScan"
modPath = os.path.abspath(os.getcwd())
sys.path.insert(0, modPath)
#from modPath import align
print("Check add new path 0:")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment