You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the BLRunner portion of the pipeline, the shell command to run the docker image fails to compile with the error "Unterminated quoted string".
It is not immediately apparent where the quoted string error is.
Call stack:
Traceback (most recent call last):
File "BLRunner.py", line 77, in <module>
main()
File "BLRunner.py", line 68, in main
evaluation.runners[idx].run()
File "C:\Users\shang\PycharmProjects\Beeline\BLRun\runner.py", line 87, in run
AlgorithmMapper[self.name](self)
File "C:\Users\shang\PycharmProjects\Beeline\BLRun\singeRunner.py", line 120, in run
subprocess.check_call(cmdToRun, shell=True)
File "C:\Users\shang\anaconda3\envs\Beeline37\lib\subprocess.py", line 341, in check_call
raise CalledProcessError(retcode, cmd)
```
The text was updated successfully, but these errors were encountered:
When running the BLRunner portion of the pipeline, the shell command to run the docker image fails to compile with the error "Unterminated quoted string".
The command being run:
It is not immediately apparent where the quoted string error is.
Call stack:
The text was updated successfully, but these errors were encountered: