small change in if statement in python file
This commit is contained in:
parent
533b2be5ec
commit
01496cfd75
@ -47,13 +47,10 @@ if os.environ.get('JENKINS_HOME'):
|
||||
os.makedirs(artifacts_dir, exist_ok=True)
|
||||
artifacts_path = os.path.join(artifacts_dir, csv_filename)
|
||||
os.rename(csv_filename, artifacts_path)
|
||||
print(f"Stworzono plik CSV: {artifacts_path}")
|
||||
print(f"Stworzono plik CSV w Jenkinsie: {artifacts_path}")
|
||||
else:
|
||||
print(f"Stworzono plik CSV: body_performance_processed.csv")
|
||||
|
||||
|
||||
|
||||
# In[ ]:
|
||||
print(f"Stworzono plik CSV nie w Jenkinsie: body_performance_processed.csv")
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user