Skip to content

Update flag check to use not instead of checking for empty string. #13

Description

@syreal17

A new challenge used os.getenv instead of os.environ.get. Investigate this difference. Flag checking code must be changed to this for os.getenv

-    if flag == "":
+    if not flag:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions