Skip to content

Commit

Permalink
for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Aug 18, 2023
1 parent 45d5c87 commit 30993ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rfswarm_agent/rfswarm_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,4 +1448,4 @@ def __init__(self):
rfsa.on_closing()

except Exception as e:
rfsa.debugmsg(1, "rfsa.Exception:", e)
rfsa.debugmsg(1, "rfsa.Exception:", e)
2 changes: 1 addition & 1 deletion rfswarm_reporter/rfswarm_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7820,4 +7820,4 @@ def __init__(self):

core.mainloop()

# r = RFSwarm_Reporter()
# r = RFSwarm_Reporter()
2 changes: 1 addition & 1 deletion setup-agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
'Source': 'https://github.com/damies13/rfswarm',
},
entry_points={'console_scripts': ['rfswarm-agent = rfswarm_agent.rfswarm_agent:RFSwarm']},
)
)
2 changes: 1 addition & 1 deletion setup-manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
'Source': 'https://github.com/damies13/rfswarm',
},
entry_points={'console_scripts': ['rfswarm = rfswarm_manager.rfswarm:RFSwarm', 'rfswarm-manager = rfswarm_manager.rfswarm:RFSwarm']},
)
)
2 changes: 1 addition & 1 deletion setup-reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
'Source': 'https://github.com/damies13/rfswarm',
},
entry_points={'console_scripts': ['rfswarm-reporter = rfswarm_reporter.rfswarm_reporter:RFSwarm']},
)
)

0 comments on commit 30993ae

Please sign in to comment.