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.
1 parent fd27250 commit f5e4b0dCopy full SHA for f5e4b0d
mapswipe_workers/mapswipe_workers/mapswipe_workers.py
@@ -76,7 +76,7 @@ def run_create_projects():
76
project_name = project_draft["name"]
77
try:
78
# Create a project object using appropriate class (project type).
79
- project = ProjectType(project_type).constructor()
+ project = ProjectType(project_type).constructor(project_draft)
80
project.geometry = project.validate_geometries()
81
project.create_groups()
82
project.calc_required_results()
0 commit comments