Skip to content

Commit

Permalink
Fix invalid filename for windows environment
Browse files Browse the repository at this point in the history
As the title says.
  • Loading branch information
Osier-Yi authored May 17, 2022
1 parent 28d325b commit 28c80a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def callback_funcs_model_para(self, message: Message):
data=self.reconstruct_data[message.state][
message.sender][0],
sav_pth=self._cfg.outdir,
name='image_state:{}_client:{}.png'.format(
name='image_state_{}_client_{}.png'.format(
message.state, message.sender))

self.check_and_move_on()
Expand Down

0 comments on commit 28c80a7

Please sign in to comment.