ecruz-te %!s(int64=2) %!d(string=hai) anos
pai
achega
b8fb8f5e3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolset/github_actions/github_actions_diff.py

+ 1 - 1
toolset/github_actions/github_actions_diff.py

@@ -76,7 +76,7 @@ changes = clean_output(
         'bash', '-c',
         'git --no-pager diff --name-only {0} $(git merge-base {0} {1})'
             .format(curr_branch, diff_target)
-    ]))
+    ], text=True))
 print("Determining what to run based on the following file changes: \n{!s}"
     .format('\n'.join(changes.split('\n')[0:10])))
 if len(changes.split('\n')) > 10: