Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erichstuder committed Nov 8, 2024
1 parent cf55c31 commit 1d9fd2c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions MBSE/doc/run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# You must run this script without sudo. To run docker without sudo do the following:
# sudo groupadd docker
# sudo gpasswd -a $USER docker

import pathlib
import os
import sys
Expand Down
4 changes: 0 additions & 4 deletions Textual/doc/run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# You must run this script without sudo. To run docker without sudo do the following:
# sudo groupadd docker
# sudo gpasswd -a $USER docker

import pathlib
import os
import sys
Expand Down
4 changes: 0 additions & 4 deletions Textual/simulator/features/run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# You must run this script without sudo. To run docker without sudo do the following:
# sudo groupadd docker
# sudo gpasswd -a $USER docker

import pathlib
import sys

Expand Down
4 changes: 0 additions & 4 deletions Textual/simulator/unit_tests/run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# You must run this script without sudo. To run docker without sudo do the following:
# sudo groupadd docker
# sudo gpasswd -a $USER docker

import pathlib
import sys

Expand Down
4 changes: 0 additions & 4 deletions doc/run.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# You must run this script without sudo. To run docker without sudo do the following:
# sudo groupadd docker
# sudo gpasswd -a $USER docker

import pathlib
import os
import sys
Expand Down

0 comments on commit 1d9fd2c

Please sign in to comment.