Skip to content

Commit

Permalink
Fixed bug closing parenthesis in categ + changed behavior of sending …
Browse files Browse the repository at this point in the history
…to browseWarningPaste in Mail
  • Loading branch information
mokaddem committed Feb 28, 2017
1 parent f87c439 commit 26eb5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/Categ.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
publisher.info(
'Categ;{};{};{};Detected {} as {};{}'.format(
paste.p_source, paste.p_date, paste.p_name,
len(found), categ), paste.p_path)
len(found), categ, paste.p_path))
2 changes: 1 addition & 1 deletion bin/Mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
publisher.warning(to_print)
#Send to duplicate
p.populate_set_out(filename, 'Duplicate')
p.populate_set_out('mail;{}'.format(filename), 'BrowseWarningPaste')

else:
publisher.info(to_print)
#Send to ModuleStats
for mail in MX_values[1]:
print 'mail;{};{};{}'.format(1, mail, PST.p_date)
p.populate_set_out('mail;{};{};{}'.format(1, mail, PST.p_date), 'ModuleStats')
p.populate_set_out('mail;{}'.format(filename), 'BrowseWarningPaste')

prec_filename = filename

Expand Down

0 comments on commit 26eb5fd

Please sign in to comment.