Skip to content

Commit fbe1fc8

Browse files
authored
Avoid unnecessary variable in mirror_image.py (#239)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent ec509e3 commit fbe1fc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/cluster_tools/mirror_image.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ def main():
203203
- parse parameters
204204
- perform mirroring
205205
"""
206-
args = parse_parameters()
207-
run_command_sequence(args)
206+
run_command_sequence(parse_parameters())
208207

209208
if __name__ == '__main__':
210209
main()

0 commit comments

Comments
 (0)