fix tiny bug
This commit is contained in:
parent
bce8bc5edc
commit
c85759800e
|
@ -8,7 +8,7 @@ Sys.setenv("DATABASECONNECTOR_JAR_FOLDER" = driverPath)
|
|||
DatabaseConnector::downloadJdbcDrivers("postgresql", pathToDriver = driverPath)
|
||||
|
||||
print(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"))
|
||||
print(list.files(driverPath)
|
||||
print(list.files(driverPath))
|
||||
# if(Sys.getenv("DATABASECONNECTOR_JAR_FOLDER") == "") {
|
||||
# driverPath <- file.path(Sys.getenv("HOME"), "drivers")
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue