Skip to content

Commit

Permalink
Merge e0610a4 into 0f6cf43
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu committed Jun 5, 2019
2 parents 0f6cf43 + e0610a4 commit 0f9f5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eyed3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _loadConfig(args):
config_file = None

if args.config:
config_file = os.path.abspath(config_file)
config_file = os.path.abspath(args.config)
elif args.no_config is False:
config_file = DEFAULT_CONFIG

Expand Down

0 comments on commit 0f9f5f7

Please sign in to comment.