Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 5, 2021
1 parent d61801b commit 1d40aa7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions svet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ def run(args: List[str]):
subprocess.run(args, shell=True)


# def runseqOld(commands: List[str]):
# joined = ' && '.join(commands)
# if verbose:
# print(f"Running '{joined}'")
# # return os.system(joined)
# subprocess.run(joined)


def runseq(commands: List[str]):
bashLines = [
"#!/bin/bash"
Expand Down

0 comments on commit 1d40aa7

Please sign in to comment.