Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 69135c0

Browse files
author
psychowico
committed
at end of compile any file in loop we delete added commands from array, without this library can compile only one less file at once run. (tested in python3)
1 parent 20e5e57 commit 69135c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lesscss/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ def compile(self):
141141
css_based = '%s/%s' % (self._output, css_based)
142142
command_opt.append(css_based)
143143
subprocess.call(command_opt, shell=False)
144+
del command_opt[-2:]

0 commit comments

Comments
 (0)