hell yeah

This commit is contained in:
2019-09-16 00:22:41 -04:00
parent c6ffc06c31
commit 97b9cde9d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class TaskScript(BaseAction):
def _iter_source(self):
try:
has_shebang = self.chunk[2].startswith("#!")
has_shebang = self._transform_line(self.chunk[1]).startswith("#!")
except IndexError:
has_shebang = False
+1 -1
View File
@@ -265,7 +265,7 @@ def entrypoint(
tasks = task.depends_on(recursive=True) + [task]
for task in tasks:
execute_task(task, next_task=next_task, silent=silent)
execute_task(task, silent=silent)
if not silent:
click.echo(