edvardm / demake

Helper to translate Makefile rules to PyInvoke tasks.py file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

at-chars (`@`) should be stripped from resulting python rules

edvardm opened this issue · comments

I I have

foo:
	@bar

inv task should have only c.run("bar") without @ char

Fixed in 0.1.4.2