Skip to content

Commit 769c99e

Browse files
committed
reset regen bash again
1 parent 1a87780 commit 769c99e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bin/regen-protobufs.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ else
1616
sed -i -e 's/^import.*_pb2/from . \0/' meshtastic/*.py
1717
# automate the current workaround (may be related to Meshtastic-protobufs issue #27 https://github.com/meshtastic/protobufs/issues/27)
1818
sed -i -e "s/^None = 0/globals()['None'] = 0/" meshtastic/mesh_pb2.py
19-
fi
20-
21-
mv ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/
19+
fi

0 commit comments

Comments
 (0)