Skip to content

Commit

Permalink
I deleted unnesesarry source code to copy template_gis_database to ex…
Browse files Browse the repository at this point in the history
…istign_database.gpkg
  • Loading branch information
Jin IGARASHI committed Oct 31, 2019
1 parent f3916fe commit 267f281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def execute(self):
shutil.copy("./template/water_network_for_qfield.qgs.cfg",
"{0}/water_network_for_qfield_{1}.qgs.cfg".format(self.folder, self.district.district))
shutil.copy("./template/template_gis_database.gpkg", "{0}/template_gis_database.gpkg".format(self.folder))
shutil.copy("./template/template_gis_database.gpkg", existing_file)
shutil.copytree("./template/images", "{0}/images".format(self.folder))

self.load_layers_pandas([District()], basemap_file, None)
Expand Down

0 comments on commit 267f281

Please sign in to comment.