Opened 9 years ago
Closed 9 years ago
#2828 closed defect (fixed)
t.rast.list gives error message if there are other mapsets with temp. database in search path
Reported by: | pvanbosgeo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.3 |
Component: | Temporal | Version: | unspecified |
Keywords: | t.rast.list | Cc: | |
CPU: | Unspecified | Platform: | Linux |
Description
If (on GRASS 7.1 master on Linux) I run t.rast.list in a mapset and I add another mapset to the search path with a temporal database, there is an error message that the database file does not exist. It still gives the correct output.
For example, if I run t.rast.list in the mapset CRU and the mapset Worldclim is in the search path, I get the following:
> t.rast.list -s input=prec where="strftime('%Y', start_time)='1902'" \ columns=name WARNING: Temporal database connection defined as: /media/HD2/Data/GRASSdb//Data_latlon/Worlclim/tgis/sqlite.db But database file does not exist. WARNING: Temporal database connection defined as: /media/HD2/Data/GRASSdb//Data_latlon/Worlclim/tgis/sqlite.db But database file does not exist. pre_y1902m1 pre_y1902m2 pre_y1902m3 pre_y1902m4 pre_y1902m5 pre_y1902m6 pre_y1902m7 pre_y1902m8 pre_y1902m9 pre_y1902m10 pre_y1902m11 pre_y1902m12
Change History (6)
comment:1 by , 9 years ago
Milestone: | → 7.0.3 |
---|
comment:6 by , 9 years ago
Milestone: | 7.0.4 → 7.0.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In grass71 r67001, I cannot reproduce this.
I have 3 mapsets with strds in the search path, but t.rast.list works as expected with no warning message:
I've recompiled to r67160, and cannot reproduce there either, no warning. I'm on Fedora 22.