Skip to content

Commit

Permalink
Modify tmp file name
Browse files Browse the repository at this point in the history
  • Loading branch information
KandelN committed Jan 14, 2025
1 parent 0e1d8e0 commit 0bffc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/r.import/r.import.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def main():
title = options["title"]
if flags["e"] and not output:
output = "rimport_tmp" # will be removed with the entire tmp location
TMP_EST_FILE = gs.append_node_pid(output)
TMP_EST_FILE = output
if options["resolution_value"]:
if tgtres != "value":
gs.fatal(
Expand Down

0 comments on commit 0bffc66

Please sign in to comment.