Skip to content

Commit

Permalink
Show warning after running poc command (NVIDIA#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored Mar 29, 2022
1 parent 333ca95 commit 0e20241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvflare/lighter/poc.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def main():
os.chmod(os.path.join(root, file), 0o755)
clone_client(args.num_clients)
print("Successfully creating poc folder. Please read poc/Readme.rst for user guide.")
print("\n\nWARNING:\n******* Files generated by this poc command are NOT intended for production environments.")


if __name__ == "__main__":
Expand Down

0 comments on commit 0e20241

Please sign in to comment.