We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344e032 commit d2e6bd2Copy full SHA for d2e6bd2
plugins/nfoSceneParser/nfoParser.py
@@ -154,6 +154,8 @@ def __extract_nfo_actors(self):
154
155
def parse(self):
156
if not self._nfo_file or not os.path.exists(self._nfo_file):
157
+ if self._nfo_file:
158
+ log.LogDebug(f"The NFO file \"{os.path.split(self._nfo_file)[1]}\" was not found")
159
return {}
160
log.LogDebug("Parsing '{}'".format(self._nfo_file))
161
# Parse NFO xml content
0 commit comments