Skip to content

Remove sys.path.append by running scripts as modules #40

Description

@cbebe

We can avoid having to call sys.path.append by running the script as a module in the root directory.

Example (EPS subsystem):

$ python -m EPS.eps_subsystem
Starting EPS subsystem on port 1801

I tried removing sys.path.append("../") from the script and it runs just fine.

I'm not sure if this would be the right approach, though, I would still need to see how the project would be structured inside the container.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions