Skip to content

Commit

Permalink
Fix AMCc register root in base_class.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristpinsm committed Jan 31, 2024
1 parent 6bab87a commit c492fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pysmurf/client/base/base_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, log=None, server_addr="localhost", server_port=9000, atca_por
# do this than just hardcoding paths? This needs to be cleaned
# up somehow

self.amcc = 'AMCc'
self.amcc = 'AMCc.'

self.smurf_application = self.amcc + 'SmurfApplication.'

Expand Down

0 comments on commit c492fef

Please sign in to comment.