Skip to content

Commit

Permalink
add group to copied directories (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann authored Aug 24, 2020
1 parent fbb87ad commit 4029f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actinia_core/resources/persistent_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _merge_mapset_into_target(self, source_mapset, target_mapset):
directories = ["cell", "misc", "fcell",
"cats", "cellhd",
"cell_misc", "colr", "colr2",
"hist", "vector"]
"hist", "vector", "group"]

for directory in directories:
source_path = os.path.join(self.user_location_path, source_mapset, directory)
Expand Down

0 comments on commit 4029f0f

Please sign in to comment.