Skip to content

Commit

Permalink
Merge branch 'master' of github.com:krebscode/painload
Browse files Browse the repository at this point in the history
  • Loading branch information
makefu committed Nov 8, 2015
2 parents 9bf3a19 + 0384131 commit c6cb7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Reaktor/reaktor/__init__.py
@@ -1 +1 @@
__version__="0.4.3"
__version__="0.5.0"
2 changes: 1 addition & 1 deletion Reaktor/reaktor/core.py
Expand Up @@ -107,7 +107,7 @@ def execute_command(self, command, match, prefix, target):
myargv = [exe] + command['argv'][1:]
try:
if match and match.groupdict().get('args', None):
myargv += shlex.split(match.groupdict()['args'])
myargv += [match.groupdict()['args']]
except:
log.info("cannot parse args!")

Expand Down

0 comments on commit c6cb7e6

Please sign in to comment.