We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bff5a6 + 882099f commit 545ce7fCopy full SHA for 545ce7f
tests/integration/microservices/viewer/requirements.txt
@@ -5,3 +5,4 @@
5
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
6
#
7
8
+opengeodeweb-viewer==1.*,>=1.11.6rc3
utils/local.js
@@ -118,7 +118,7 @@ async function run_back(
118
return new Promise(async (resolve, reject) => {
119
let upload_folder_path = args.upload_folder_path
120
if (!args.upload_folder_path) {
121
- upload_folder_path = os.path.join(args.project_folder_path, "uploads")
+ upload_folder_path = path.join(args.project_folder_path, "uploads")
122
}
123
const port = await get_available_port()
124
const back_args = [
0 commit comments