Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico committed May 2, 2023
1 parent caa24fc commit 8b551eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_figure_fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
services:
selenium:
image: selenium/standalone-firefox:latest
image: selenium/standalone-chrome:latest
ports:
- 4445:4444
options: --shm-size="2g"
Expand Down
2 changes: 1 addition & 1 deletion scripts/fetch_figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ for (j in 1:5) {
cat("Attempting to open remoteDriver\n")
remDr$open()

cat("\n\nDEBUG:\n")
cat("\n\nDEBUG2:\n")
cat(unlist(remDr$errorDetails()))

## go to page
Expand Down

0 comments on commit 8b551eb

Please sign in to comment.