Benign go Download

github.com/EpicGames/tk-config-unreal v0.3.17

JSON object sequence field fragmentGitHub source path has uppercase namespace
SHA-256ff85cfcf34a0143230e8c3fbb891a308abe47dfb3899e817f10e0e7e1f92ddff

Evidence

English function-word token "the" pick_environment.py · lines 1–15
1"""
2Copyright (c) 2012 Shotgun Software, Inc
3----------------------------------------------------
4
5Hook which chooses an environment file to use based on the current context.
6
7"""
⋯8 lines
English function-word token "and" pick_environment.py · lines 15–19
15:54… three environments, called shot, asset
16 and project, and switches to these based on entity type.
17 """
18
19 if context.pr …
English function-word token "have" pick_environment.py · lines 20–28
20:40… empty!
21 # don't know how to handle this case.
22 return None
23
24 if context.entity is None:
25 # we have a project but not an entity
26 return "project"
27
28 if context.entity and …
JSON object sequence field fragment pick_environment.py · lines 33–39
33:21… rn "asset"
34 if context.entity["type"] == "Sequence":
35 return "sequence"
36
37
38 if context.entity and context.step:
39 # we have a …
Harvesting Colab Version ID snapshot_history_post_quickdaily.py · lines 1–19
⋯10 lines
11class SnapshotHistoryPostQuickdaily(Hook):
12
13 def execute(self, mov_path, version_id, comments, **kwargs):
14 app = self.parent
15 # get app
16 snapshot_app = app.engine.apps["tk-multi-snapshot"]
17 # try to snapshot the file and add a comment
18 try:
19 comment = "Automatically snapshotted after Quickdaily. " …

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.