MCPcopy
hub / github.com/mikf/gallery-dl / warning

Method warning

gallery_dl/downloader/ytdl.py:371–375  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

369 self.log.debug(msg)
370
371 def warning(self, msg):
372 if self.log is not None:
373 if "WARNING:" in msg:
374 msg = msg[msg.find(" ")+1:]
375 self.log.warning(msg)
376
377 def error(self, msg):
378 if "ERROR:" in msg:

Callers 15

_report_config_errorMethod · 0.45
__init__Method · 0.45
_download_implMethod · 0.45
_find_extensionMethod · 0.45
__init__Method · 0.45
write_extraMethod · 0.45
_execMethod · 0.45
_archive_initMethod · 0.45
_renameMethod · 0.45
_extract_filesMethod · 0.45
requestMethod · 0.45
_extract_filesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected