MCPcopy Create free account
hub / github.com/cztomczak/cefpython / log

Function log

src/linux/deb_pkg_deprecated/make-deb.py:83–84  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

81# -----------------------------------------------------------------------------
82
83def log(msg):
84 print("[make-deb.py] %s" % msg)
85
86def replace_in_file(f_path, s_what, s_with):
87 contents = ""

Callers 10

modify_control_fileFunction · 0.70
create_copyright_fileFunction · 0.70
copy_postinst_scriptFunction · 0.70
stdeb_cfg_add_depsFunction · 0.70
deb_dist_cleanupFunction · 0.70
modify_deb_archiveFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected