We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2079c commit afd7e89Copy full SHA for afd7e89
frontend/py_modules/code_projects/extract_projects.py
@@ -365,7 +365,8 @@ def get_main_filename(block):
365
366
if block.language == "ada":
367
368
- block.project_main_file = get_main_filename(block)
+ if block.run_it:
369
+ block.project_main_file = get_main_filename(block)
370
block.spark_project_filename = write_project_file(block.project_main_file,
371
block.compiler_switches,
372
spark_mode=True)
0 commit comments