Skip to content

Commit 6d61d6c

Browse files
committed
chore: run formatting
1 parent 6b00eab commit 6d61d6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/uipath/runtime/context.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ def with_defaults(
329329

330330
# Apply defaults from env
331331
base.job_id = os.environ.get("UIPATH_JOB_KEY")
332-
base.log_to_file = (
333-
os.environ.get("UIPATH_LOG_TO_FILE", "").lower() == "true"
334-
)
332+
base.log_to_file = os.environ.get("UIPATH_LOG_TO_FILE", "").lower() == "true"
335333
base.logs_min_level = os.environ.get("LOG_LEVEL", "INFO")
336334
base.org_id = os.environ.get("UIPATH_ORGANIZATION_ID")
337335
base.tenant_id = os.environ.get("UIPATH_TENANT_ID")

0 commit comments

Comments
 (0)