Commit 6db2e8a
committed
nit: drop sys.orig_argv fallback and use PR number in changelog
Two review nits from MikeGoldsmith:
- sys.orig_argv has been available since Python 3.10; the SDK now
requires 3.10+ so the getattr fallback is dead code. Use sys.orig_argv
directly and update the comment.
- CHANGELOG entries should reference the PR number, not the issue
number.
Signed-off-by: Ali <alliasgher123@gmail.com>1 parent a2914f3 commit 6db2e8a
File tree
2 files changed
+9
-9
lines changed- opentelemetry-sdk/src/opentelemetry/sdk/resources
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
0 commit comments