Skip to content

Commit 7d272fe

Browse files
authored
added linux support
1 parent 1dd3c63 commit 7d272fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def create_communication_map(code_block: dict) -> dict:
55
"""
6-
Creates a map of variable names to their index and type for communication.
6+
Creates a map of variable names to their index and type for communication
77
(This function is platform-independent)
88
"""
99
comm_map = {}

0 commit comments

Comments
 (0)