BioLockJ-Dev-Team / sheepdog_testing_suite

Test suite for BioLockJ development team.
3 stars 8 forks source link

no more #!/usr/bin/python in GenModDemo.config #332

Closed IvoryC closed 2 years ago

IvoryC commented 2 years ago

BioLockJ/templates/GenMod/GenModDemo.config fails because the script header (shebang) #!/usr/bin/python is not valid anymore.

specify the python launcher and do not have a shebang line (preferred), or use /usr/bin/python3

possibly both.

IvoryC commented 2 years ago

updated on branch fastFixesJ22