diff --git a/bin/regen-protobufs.sh b/bin/regen-protobufs.sh index b1fcd4c..bf7c50f 100755 --- a/bin/regen-protobufs.sh +++ b/bin/regen-protobufs.sh @@ -16,6 +16,4 @@ else sed -i -e 's/^import.*_pb2/from . \0/' meshtastic/*.py # automate the current workaround (may be related to Meshtastic-protobufs issue #27 https://github.com/meshtastic/protobufs/issues/27) sed -i -e "s/^None = 0/globals()['None'] = 0/" meshtastic/mesh_pb2.py -fi - -mv ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/ +fi \ No newline at end of file