Skip to content

Commit 8a4cf8a

Browse files
author
Thomas Desveaux
committed
base_commands: p4 submit forward verbose arg
1 parent 714cda4 commit 8a4cf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimp/base_commands/p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ def run(self, env):
167167
description = env.format(env.changelist_description)
168168
changelist = p4.get_or_create_changelist(description)
169169

170-
return p4.submit(changelist)
170+
return p4.submit(changelist, verbose=env.verbose)

0 commit comments

Comments
 (0)