Error when starting
Bug #175134 reported by
sander
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Released
|
Medium
|
Mats |
Bug Description
Hook initHook failed: 1
The path "path/Incoming" is not of type absolute
while executing
"SetBestBefore $prefs(checkCache) $prefs(
(procedure "::FileCache:
invoked from within
"::FileCache:
("eval" body line 1)
invoked from within
"eval $func $args"
The path "path/Incoming" is not of type absolute
while executing
"SetBestBefore $prefs(checkCache) $prefs(
(procedure "::FileCache:
invoked from within
"::FileCache:
("eval" body line 1)
invoked from within
"eval $func $args"
Changed in coccinella: | |
assignee: | nobody → matsben |
importance: | Undecided → Medium |
Changed in coccinella: | |
milestone: | none → 0.96.4 |
Changed in coccinella: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Guulp... :GetAppDirPrefs Path
I had
return path
when it should read
return $path
in ::Init:
I really need to buy the tools from ActivState that have a code checker.