Skip to content

Commit

Permalink
Merge pull request #287 from valory-xyz/fix/protocol-generator
Browse files Browse the repository at this point in the history
Protocol header string regex
  • Loading branch information
DavidMinarsch authored Aug 31, 2022
2 parents 192e40a + 2b79fa5 commit 5c41679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aea/cli/generate_all_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
SPECIFICATION_REGEX = re.compile(r"(---\nname.*\.\.\.)", re.DOTALL)
LIBPROTOC_VERSION = "libprotoc 3.19.4"
CUSTOM_TYPE_MODULE_NAME = "custom_types.py"
PROTOCOL_GENERATOR_DOCSTRING_REGEX = "It was created with protocol buffer compiler version `libprotoc .*` and aea version `.*`."

PROTOCOL_GENERATOR_DOCSTRING_REGEX = "It was created with protocol buffer compiler version `libprotoc .*` and aea protocol generator version `.*`."

logging.basicConfig(format="[%(asctime)s][%(levelname)s] %(message)s")
logger = logging.getLogger("generate_all_protocols")
Expand Down

0 comments on commit 5c41679

Please sign in to comment.