Skip to content

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

@syreal17

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions