Skip to content

Commit

Permalink
aws bug fix
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/agouy/straf

# Conflicts:
#	server.R
  • Loading branch information
agouy committed Feb 2, 2021
2 parents 6503390 + 4804b29 commit 25fd8d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server.R
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,11 @@ shinyServer(function(input, output) {
yaxis = list(title = "Locus")
)

<<<<<<< HEAD
pdf(NULL)
=======
pdf(tempfile(fileext=".pdf"))
>>>>>>> 4804b290ae4e763546e7896c69666b2a5a37bbce
dummy_dev_id = dev.cur()
on.exit({
if (dummy_dev_id %in% dev.list()) {
Expand Down

0 comments on commit 25fd8d1

Please sign in to comment.