mirror of
https://github.com/codingo/Interlace.git
synced 2025-12-17 06:44:23 +01:00
fixed python styling issues that made me go bonkers
This commit is contained in:
@@ -18,6 +18,7 @@ def task_queue_generator_func(arguments, output, repeat):
|
||||
output.terminal(Level.THREAD, task.name(), "Added to Queue")
|
||||
yield task
|
||||
|
||||
|
||||
def main():
|
||||
parser = InputParser()
|
||||
arguments = parser.parse(argv[1:])
|
||||
|
||||
@@ -11,6 +11,7 @@ if platform.system().lower() == 'linux':
|
||||
else:
|
||||
shell = None
|
||||
|
||||
|
||||
class Task(object):
|
||||
def __init__(self, command, silent=False):
|
||||
self.task = command
|
||||
|
||||
Reference in New Issue
Block a user