Try and be consistent in flilename format
i.e. ./filename.sst
This commit is contained in:
parent
bfcf981485
commit
39a005a8d0
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ sst_rootpath(RootPath) ->
|
|||
FP.
|
||||
|
||||
sst_filename(ManSQN, Level, Count) ->
|
||||
lists:flatten(io_lib:format("~w_~w_~w.sst", [ManSQN, Level, Count])).
|
||||
lists:flatten(io_lib:format("./~w_~w_~w.sst", [ManSQN, Level, Count])).
|
||||
|
||||
|
||||
%%%============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue