Skip to content

Commit

Permalink
Merge pull request #297 from lf-lang/fedsd-env-command
Browse files Browse the repository at this point in the history
Use env command rather than /usr/bin/python3
  • Loading branch information
edwardalee authored Nov 1, 2023
2 parents 6141687 + eb151c5 commit 8f761b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/tracing/visualization/fedsd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

# Utility that reports the interactions (exchanged messages) between federates and the RTI in a
# sequence-diagram-like format, or between enclaves in an enclaved execution.
Expand Down

0 comments on commit 8f761b0

Please sign in to comment.