aboutsummaryrefslogtreecommitdiff
path: root/src/etc/get-snapshot.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/get-snapshot.py')
-rwxr-xr-xsrc/etc/get-snapshot.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/get-snapshot.py b/src/etc/get-snapshot.py
index 4fce01e1..806d3751 100755
--- a/src/etc/get-snapshot.py
+++ b/src/etc/get-snapshot.py
@@ -41,9 +41,6 @@ def determine_curr_snapshot_for_platform():
parsed = parse_line(i, line)
if (not parsed): continue
- if parsed["type"] == "transition":
- raise Exception("working on a transition, not updating stage0")
-
if found_snap and parsed["type"] == "file":
if parsed["platform"] == platform:
hsh = parsed["hash"]