Skip to content

Commit

Permalink
fixed #374
Browse files Browse the repository at this point in the history
  • Loading branch information
lw-schick committed May 20, 2016
1 parent 93c634e commit 6620f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def __format__(self, format_spec):
else:
ta.datetime = datetime.datetime.now()
try:
tofilename = tofilename.format(**ta.__dict__) #do the actual formatting
tofilename = tofilename.format(infile=ta.infilename,**ta.__dict__) #do the actual formatting
except:
txt = botslib.txtexc()
raise botslib.CommunicationOutError(_('Error in formatting outgoing filename "%(filename)s". Error: "%(error)s".'),
Expand Down

0 comments on commit 6620f54

Please sign in to comment.