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) (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jordense <marcel.jordense@adlinktech.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Jul 30, 2019
1 parent b7bbfaf commit a58c7a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,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 a58c7a1

Please sign in to comment.