Skip to content

Fix python sys.path rendering - #2674

Merged
tamarinvs19 merged 1 commit into
mainfrom
tamarinvs19/fix-sys-path
Nov 7, 2023
Merged

Fix python sys.path rendering#2674
tamarinvs19 merged 1 commit into
mainfrom
tamarinvs19/fix-sys-path

Conversation

@tamarinvs19

Copy link
Copy Markdown
Collaborator

Description

Fixes#2673

How to test

Manual tests

See issue #2673

Self-check list

Check off the item if the statement is true. Hint: [x] is a marked item.

Please do not delete the list or its items.

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@tamarinvs19tamarinvs19 added comp-codegen Issue is related to code generator lang-python Issue is related to python support ctg-bug-fix PR is fixing a bug labels Nov 3, 2023
@tamarinvs19tamarinvs19 self-assigned this Nov 3, 2023
@tamarinvs19
tamarinvs19 merged commit 6276993 into mainNov 7, 2023
@tamarinvs19
tamarinvs19 deleted the tamarinvs19/fix-sys-path branch November 7, 2023 08:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-codegenIssue is related to code generatorctg-bug-fixPR is fixing a buglang-pythonIssue is related to python support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid python sys path to directory with tested file on Windows

2 participants

@tamarinvs19@tochilinak