Skip to content

Commit

Permalink
fix: use 'logs' directory for base log path (#609)
Browse files Browse the repository at this point in the history
Consolidate the collected logs path
  • Loading branch information
chingor13 committed Jun 5, 2020
1 parent 443dafb commit a3e2bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosynth/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def main():

gh = github.GitHub(args.github_token)

base_log_path = pathlib.Path("./log")
base_log_path = pathlib.Path("./logs")
results = synthesize_libraries(
config, gh, args.github_token, args.extra_args[1:], base_log_path
)
Expand Down

0 comments on commit a3e2bce

Please sign in to comment.