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

Cannot backup when running ok with --local. #490

Open
xiaorongrugu opened this issue Mar 11, 2024 · 2 comments
Open

Cannot backup when running ok with --local. #490

xiaorongrugu opened this issue Mar 11, 2024 · 2 comments

Comments

@xiaorongrugu
Copy link

when I scan python3 ok --local in gitBash, terminal gives this to me "Cannot backup when running ok with --local."

@xiaorongrugu
Copy link
Author

I saw a issue like mine, he give a solution "donot attempt to update with local" I cann't understand and as before I have never known OK and gitbash.

@xiaorongrugu
Copy link
Author

$ python3 ok --local

Assignment: Homework 1
OK, version v1.18.1

Running tests

---------------------------------------------------------------------
Doctests for a_plus_abs_b

>>> from hw01 import *
>>> a_plus_abs_b(2, 3)
Traceback (most recent call last):
  File "D:\python\cs61a\lab\hw01\hw01.py", line 18, in a_plus_abs_b
    f = _____
NameError: name '_____' is not defined

# Error: expected
#     5
# but got
#     Traceback (most recent call last):
#       ...
#     NameError: name '_____' is not defined

---------------------------------------------------------------------
Test summary
    0 test cases passed before encountering first failed test case

Cannot backup when running ok with --local.

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