Skip to content

Commit

Permalink
permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj committed Apr 25, 2024
1 parent b06c28e commit 04aee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/modify_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
config['llm']['base_dir'] = f'{jenkins_home}/ci_test_models/models'
config['env']['env_path'] = f'{jenkins_home}/env_file/.env'

with open(f'{workspace}/src/config.ini', 'w') as configfile:
with open(f'{workspace}/config.ini', 'w') as configfile:
config.write(configfile)

0 comments on commit 04aee44

Please sign in to comment.