Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ print_file_action_message
Function
print_file_action_message
contrib/devtools/copyright_header.py:433–434 ·
view source on GitHub ↗
(filename, action)
Source
from the content-addressed store, hash-verified
431
""
"
432
433
def
print_file_action_message(filename, action):
434
print(
"%-52s %s"
% (filename, action))
435
436
def
update_cmd(argv):
437
if
len(argv) != 3:
Callers
1
update_updatable_copyright
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected