Skip to content

Commit

Permalink
fix: protocol header string regex
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 29, 2022
1 parent 192e40a commit 2b79fa5
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 2b79fa5

Please sign in to comment.