fix tiny bug

This commit is contained in:
Adam Black 2021-08-19 07:47:49 -04:00
parent bce8bc5edc
commit c85759800e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Sys.setenv("DATABASECONNECTOR_JAR_FOLDER" = driverPath)
DatabaseConnector::downloadJdbcDrivers("postgresql", pathToDriver = driverPath) DatabaseConnector::downloadJdbcDrivers("postgresql", pathToDriver = driverPath)
print(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER")) print(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"))
print(list.files(driverPath) print(list.files(driverPath))
# if(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER") == "") { # if(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER") == "") {
# driverPath <- file.path(Sys.getenv("HOME"), "drivers") # driverPath <- file.path(Sys.getenv("HOME"), "drivers")
# } # }