Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sim3C/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main():
logger.error('Arguments to profile-name should not contain path information')
sys.exit(1)

profile_path = os.path.join(os.path.dirname(args.output_file), args.profile_name)
profile_path = os.path.join(os.path.dirname(args.output_file_1), args.profile_name)
if os.path.exists(profile_path):
logger.error('Delete or move previous procedural abundance profile: {}'.format(profile_path))
sys.exit(1)
Expand Down