kytos / maintenance

Kytos Maintenance Window NApp
0 stars 12 forks source link

Update setup.py to solve "No such file or directory" error #22

Closed italovalcy closed 3 years ago

italovalcy commented 3 years ago

Today, an error is raised in maintenance Kytos napp installation:

[Errno 2] No such file or directory: 'maintenance/napps/init.py'

This commit comments self._create_file_symlinks() line to solve this problem.

Fix #21

josemauro commented 3 years ago

Can you please squash the commits?