Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
Signed-off-by: maximsmol <maximsmol@gmail.com>
  • Loading branch information
maximsmol committed Jul 31, 2023
1 parent 5e133e1 commit 4f7ab06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latch_cli/docker_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def generate_dockerfile(
)
f.write("run pip uninstall --yes latch\n")
f.write(
"run echo 80 && pip install"
"run echo 81 && pip install"
" 'git+https://github.com/latchbio/latch.git@kenny/snakekit'\n"
)

Expand Down
4 changes: 2 additions & 2 deletions latch_cli/snakemake/single_task_snakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def block_content(self, token):

for t in super().block_content(token):
yield t
if is_newline(t):
yield "#"
if t[0] == "\n":
yield "#", token


Python.subautomata["rule"] = SkippingRule
Expand Down

0 comments on commit 4f7ab06

Please sign in to comment.