Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
cf4c6f51
Commit
cf4c6f51
authored
6 years ago
by
Roshan Patil
Browse files
Options
Downloads
Patches
Plain Diff
filemdl logger fixes
parent
09a5ce6a
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!68
Core dev bto c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
filemdl/filemdl.go
+0
-1
filemdl/filemdl.go
with
0 additions
and
1 deletion
filemdl/filemdl.go
+
0
−
1
View file @
cf4c6f51
...
...
@@ -413,7 +413,6 @@ func FileAvailabilityCheck(filePath string) bool {
}
fileInfo
,
err
:=
os
.
Stat
(
filePath
)
if
fileInfo
==
nil
&&
errormdl
.
CheckErr
(
err
)
!=
nil
{
loggermdl
.
LogError
(
err
)
return
false
}
return
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets