Skip to content

Commit

Permalink
add_grouper_groups: Fix logfile name #42
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Sep 16, 2020
1 parent d0de795 commit f16ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/add_grouper_groups
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if __name__ == '__main__':
if not path.exists(log_dir):
mkdir(log_dir)
logfile_prefix = config.get('global', 'logfile_prefix')
logfile = f"add_groups.{today.strftime('%Y-%m-%d')}.log""{}.{}.log"
logfile = f"add_groups.{today.strftime('%Y-%m-%d')}.log"

log = LogClass(log_dir, logfile).get_logger()

Expand Down

0 comments on commit f16ec9d

Please sign in to comment.