Skip to content
Snippets Groups Projects
Commit 1f4628d4 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

workaround for mx issue

parent 2c49b012
No related branches found
No related tags found
No related merge requests found
#
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
......@@ -226,6 +226,8 @@ class FastRArchiveParticipant:
assert isinstance(self.dist.deps[0], FastRReleaseProject)
self.release_project = self.dist.deps[0]
self.dist.deps[0].deps = []
if hasattr(self.dist, '.archived_deps'):
delattr(self.dist, '.archived_deps')
def __add__(self, arcname, contents):
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment