diff options
| author | workfork <[email protected]> | 2022-02-10 16:46:43 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:43 +0300 |
| commit | 89db6fe2fe2c32d2a832ddfeb04e8d078e301084 (patch) | |
| tree | 49e222ea1c5804306084bb3ae065bb702625360f /build/scripts/fetch_from_sandbox.py | |
| parent | c3745173272d1cf5b0642debb40d019e7ae71094 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/fetch_from_sandbox.py')
| -rwxr-xr-x | build/scripts/fetch_from_sandbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/fetch_from_sandbox.py b/build/scripts/fetch_from_sandbox.py index ab35f9e7196..a99542e1743 100755 --- a/build/scripts/fetch_from_sandbox.py +++ b/build/scripts/fetch_from_sandbox.py @@ -24,7 +24,7 @@ def parse_args(): parser.add_argument('--resource-id', type=int, required=True) parser.add_argument('--custom-fetcher') parser.add_argument('--resource-file') - return parser.parse_args() + return parser.parse_args() class ResourceInfoError(Exception): |
