From 0bffc66bb7b98cdc46ee82e73e21c85b4d4f53d2 Mon Sep 17 00:00:00 2001 From: Nelson Kandel <075bce084.nelson@pcampus.edu.np> Date: Mon, 13 Jan 2025 17:39:00 -0700 Subject: [PATCH] Modify tmp file name --- scripts/r.import/r.import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/r.import/r.import.py b/scripts/r.import/r.import.py index 277c7c2b99f..e8a87110bf9 100644 --- a/scripts/r.import/r.import.py +++ b/scripts/r.import/r.import.py @@ -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(