-
Notifications
You must be signed in to change notification settings - Fork 5
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
Using flag-ms.py without a BITFLAG column (spoiler: it isn't possible [yet!]) #82
Comments
Note for people running this on computers they don't own: the I tried adding the BITFLAG column with flag-ms.py directly, which this issue suggests is possible:
but that didn't do anything. |
Try 16 or 32 instead of 0? |
That's worked (although I went for 0 because it's the default), but
which worries me that I'm dangerously close to accidentally using bitflags again. |
Too late, if you're initializing a BITFLAG column, then you are already using bitflags quite purposefully. Now just add |
You might have to hold my hand here.
|
|
Bingo. Thanks.
|
Let's keep this open. You have a workaround, but it would be nice to do this directly on legacy flags without having to insert bitflags. |
I want to do a very simple flagging operation on a MS, namely flagging a single timeslot. Here's what I'm trying:
This produces this message:
Is there a way to use flag-ms.py for simple stuff like this without having to add a BITFLAG column?
Thanks.
The text was updated successfully, but these errors were encountered: