summaryrefslogtreecommitdiffstats
path: root/build/scripts/fetch_from_sandbox.py
diff options
context:
space:
mode:
authorworkfork <[email protected]>2022-02-10 16:46:43 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:43 +0300
commit89db6fe2fe2c32d2a832ddfeb04e8d078e301084 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /build/scripts/fetch_from_sandbox.py
parentc3745173272d1cf5b0642debb40d019e7ae71094 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'build/scripts/fetch_from_sandbox.py')
-rwxr-xr-xbuild/scripts/fetch_from_sandbox.py2
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):