Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing for None Type #120

Open
hema1117 opened this issue Oct 6, 2020 · 0 comments
Open

Failing for None Type #120

hema1117 opened this issue Oct 6, 2020 · 0 comments

Comments

@hema1117
Copy link

hema1117 commented Oct 6, 2020

File "ac2git.py", line 4100, in
AccuRev2GitMain(sys.argv)
File "ac2git.py", line 4080, in AccuRev2GitMain
rv = state.Start(isRestart=args.restart, isSoftRestart=args.softRestart)
File "ac2git.py", line 3304, in Start
self.RetrieveStreams()
File "ac2git.py", line 1630, in RetrieveStreams
assert stateRef is not None and dataRef is not None and len(stateRef) != 0 and len(dataRef) != 0, "Invariant error! The state ({sr}) and data ({dr}) refs must not be None!".format(sr=stateRef, dr=dataRef)
AssertionError: Invariant error! The state (None) and data (None) refs must not be None!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant