Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated python code does not import properly #987

Closed
nosajthenitram opened this issue Aug 21, 2022 · 1 comment
Closed

Generated python code does not import properly #987

nosajthenitram opened this issue Aug 21, 2022 · 1 comment

Comments

@nosajthenitram
Copy link

I have a main.ksy file, which imports another import_1.ksy file defining a sequence and some types. The import_1.ksy imports a common_types.ksy file, which defines some common types used in multiple places throughout the code.

When I compile the main.ksy file, I end up with references to the common_types.py in my import_1.py source but the common_types.py import is missing from the top of my generated python.

@dgelessus
Copy link
Contributor

Duplicate of #703 probably.

@dgelessus dgelessus closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants