Skip to content

Commit

Permalink
chore: move algopy.log to puya.log
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Dec 11, 2023
1 parent c8af00d commit 4012e40
Show file tree
Hide file tree
Showing 48 changed files with 2 additions and 631 deletions.
502 changes: 0 additions & 502 deletions examples/TEALScript/auction/algopy.log

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
127 changes: 0 additions & 127 deletions examples/algopy.log

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/compile_all_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ def checked_compile(p: Path, flags: list[str], *, write_logs: bool) -> Compilati
teal_files_written = re.findall(r"info: Writing (.+\.teal)", result.stdout)
if write_logs:
if p.is_dir():
log_path = p / "algopy.log"
log_path = p / "puya.log"
else:
log_path = p.with_suffix(".algopy.log")
log_path = p.with_suffix(".puya.log")

log_txt = "\n".join(
[
Expand Down

0 comments on commit 4012e40

Please sign in to comment.