Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
remove assert on missing comment (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jordense <marcel.jordense@adlinktech.com>
  • Loading branch information
MarcelJordense authored and dirk-thomas committed Jul 29, 2019
1 parent f430a91 commit 7b46150
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ def _replace_path_and_timestamp(lines, msg_name, idl_path):
assert found_source, "No '// Source: ' line was found before"
lines[i] = '// Generated: timestamp removed to make the build reproducible'
break
else:
assert False, "Failed to find '// Generated: ' line"
return lines


Expand Down

0 comments on commit 7b46150

Please sign in to comment.