Skip to content

Commit

Permalink
linting2
Browse files Browse the repository at this point in the history
  • Loading branch information
griembauer committed Aug 9, 2024
1 parent 91d1b07 commit 68e1fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grass_gis_helpers/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ def cleaning_tmp_location(original_gisrc, tmp_loc, gisdbase, tmp_gisrc):
if tmp_loc:
grass.try_rmdir(os.path.join(gisdbase, tmp_loc))
if tmp_gisrc:
grass.try_remove(tmp_gisrc)
grass.try_remove(tmp_gisrc)

0 comments on commit 68e1fc8

Please sign in to comment.