Skip to content

Commit

Permalink
#2730 Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sergisiso committed Oct 3, 2024
1 parent ae26a8b commit e3c4aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/psyclone/psyir/nodes/omp_directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,7 @@ def gen_code(self, parent):
# Add directive to the f2pygen tree
parent.add(
DirectiveGen(
parent, "omp", "begin", self.begin_string()[4:], " ".join(
parent, "omp", "begin", self._directive_string, ", ".join(
text for text in [default_str, private_str, fprivate_str,
schedule_str, self._reduction_string()]
if text)))
Expand Down

0 comments on commit e3c4aaf

Please sign in to comment.